Skip to content

Commit

Permalink
docs($inject): wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-morrow authored and IgorMinar committed Apr 11, 2013
1 parent 4830891 commit 16bfb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto/injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 16bfb7e

Please sign in to comment.