From 280354c3f948b77a116225d9b5099dadaeaf75b3 Mon Sep 17 00:00:00 2001 From: Arun Israel Date: Wed, 16 Oct 2013 23:59:18 -0700 Subject: style(injectorSpec): fix typo in "it" description Closes #4483 --- test/auto/injectorSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3