We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044c5f9 commit 755b3beCopy full SHA for 755b3be
test/auto/injectorSpec.js
@@ -74,7 +74,7 @@ describe('injector', function() {
74
});
75
76
77
- it('should proved path to the missing provider', function() {
+ it('should provide path to the missing provider', function() {
78
providers('a', function(idontexist) {return 1;});
79
providers('b', function(a) {return 2;});
80
expect(function() {
0 commit comments