style(injectorSpec): fix typo in "it" description

Closes #4483
This commit is contained in:
Arun Israel 2013-10-16 23:59:18 -07:00 committed by Pete Bacon Darwin
parent 4645c95702
commit 280354c3f9

View file

@ -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() {