diff options
Diffstat (limited to 'src')
| -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)  | 
