aboutsummaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBrent Morrow2013-04-07 13:15:22 -0700
committerIgor Minar2013-04-11 13:48:04 -0700
commit16bfb7eea0dfd3ef11dc5ee04872cce108275bf0 (patch)
tree90df42ca65594a4004ddeb83a677ea3b2d215227 /src/auto
parent48308913bb1b6f2eaa8c1a59348a76e99c14d320 (diff)
downloadangular.js-16bfb7eea0dfd3ef11dc5ee04872cce108275bf0.tar.bz2
docs($inject): wording change
Diffstat (limited to 'src/auto')
-rw-r--r--src/auto/injector.js2
1 files changed, 1 insertions, 1 deletions
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.
*
* <pre>
* // inferred (only works if code not minified/obfuscated)