From 16bfb7eea0dfd3ef11dc5ee04872cce108275bf0 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') diff --git a/src/auto/injector.js b/src/auto/injector.js index 6cebe68f..a6937af4 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