Skip to content

Commit 3f34319

Browse files
brent-morrowIgorMinar
authored andcommitted
docs($inject): wording change
1 parent ba076a2 commit 3f34319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function annotate(fn) {
9696
* # Injection Function Annotation
9797
*
9898
* JavaScript does not have annotations, and annotations are needed for dependency injection. The
99-
* following ways are all valid way of annotating function with injection arguments and are equivalent.
99+
* following are all valid ways of annotating function with injection arguments and are equivalent.
100100
*
101101
* <pre>
102102
* // inferred (only works if code not minified/obfuscated)

0 commit comments

Comments
 (0)