diff options
| author | Brent Morrow | 2013-04-07 13:15:22 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 13:48:31 -0700 |
| commit | 3f34319398e8cc765d50606b0bb7c2ce650d14dd (patch) | |
| tree | 295abbb8ceae3292919bf877f40d2639c6bda0a8 /src | |
| parent | ba076a29b951f1311bad558117b23b9168a751b3 (diff) | |
| download | angular.js-3f34319398e8cc765d50606b0bb7c2ce650d14dd.tar.bz2 | |
docs($inject): wording change
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 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. * * <pre> * // inferred (only works if code not minified/obfuscated) |
