diff options
| author | Brent Morrow | 2013-04-07 13:15:22 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-04-11 13:48:04 -0700 | 
| commit | 16bfb7eea0dfd3ef11dc5ee04872cce108275bf0 (patch) | |
| tree | 90df42ca65594a4004ddeb83a677ea3b2d215227 | |
| parent | 48308913bb1b6f2eaa8c1a59348a76e99c14d320 (diff) | |
| download | angular.js-16bfb7eea0dfd3ef11dc5ee04872cce108275bf0.tar.bz2 | |
docs($inject): wording change
| -rw-r--r-- | src/auto/injector.js | 2 | 
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)  | 
