Skip to content

Commit d2177ae

Browse files
vinbtford
authored andcommitted
docs($injector): clarify $inject property description
Section heading about `$inject` property refers to it as `$injector` property.
1 parent f3bff27 commit d2177ae

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
@@ -192,7 +192,7 @@ function annotate(fn) {
192192
* This method does not work with code minfication / obfuscation. For this reason the following annotation strategies
193193
* are supported.
194194
*
195-
* # The `$injector` property
195+
* # The `$inject` property
196196
*
197197
* If a function has an `$inject` property and its value is an array of strings, then the strings represent names of
198198
* services to be injected into the function.

0 commit comments

Comments
 (0)