From 3f34319398e8cc765d50606b0bb7c2ce650d14dd Mon Sep 17 00:00:00 2001 From: Brent Morrow Date: Sun, 7 Apr 2013 13:15:22 -0700 Subject: docs($inject): wording change --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auto') diff --git a/src/auto/injector.js b/src/auto/injector.js index b7d934da..49b7a429 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -96,7 +96,7 @@ function annotate(fn) { * # Injection Function Annotation * * JavaScript does not have annotations, and annotations are needed for dependency injection. The - * following ways are all valid way of annotating function with injection arguments and are equivalent. + * following are all valid ways of annotating function with injection arguments and are equivalent. * *
  *   // inferred (only works if code not minified/obfuscated)
-- 
cgit v1.2.3