diff options
| author | Arun Israel | 2013-10-16 23:59:18 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-25 21:52:46 +0100 | 
| commit | 280354c3f948b77a116225d9b5099dadaeaf75b3 (patch) | |
| tree | 7f0e768939ffc09634e535ee64c8da773ac5b89c /test/auto | |
| parent | 4645c95702b85a256d32e4d95d6de9558f4f9fa7 (diff) | |
| download | angular.js-280354c3f948b77a116225d9b5099dadaeaf75b3.tar.bz2 | |
style(injectorSpec): fix typo in "it" description
Closes #4483
Diffstat (limited to 'test/auto')
| -rw-r--r-- | test/auto/injectorSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auto/injectorSpec.js b/test/auto/injectorSpec.js index aea2dee7..dcf01d3c 100644 --- a/test/auto/injectorSpec.js +++ b/test/auto/injectorSpec.js @@ -74,7 +74,7 @@ describe('injector', function() {    }); -  it('should proved path to the missing provider', function() { +  it('should provide path to the missing provider', function() {      providers('a', function(idontexist) {return 1;});      providers('b', function(a) {return 2;});      expect(function() {  | 
