Skip to content

Commit 755b3be

Browse files
arunisraeljamesdaily
authored andcommitted
style(injectorSpec): fix typo in "it" description
Closes angular#4483
1 parent 044c5f9 commit 755b3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto/injectorSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('injector', function() {
7474
});
7575

7676

77-
it('should proved path to the missing provider', function() {
77+
it('should provide path to the missing provider', function() {
7878
providers('a', function(idontexist) {return 1;});
7979
providers('b', function(a) {return 2;});
8080
expect(function() {

0 commit comments

Comments
 (0)