docs($injector): clarify $inject property description

Section heading about `$inject` property refers to it as `$injector` property.
This commit is contained in:
Vineet Kumar 2013-01-23 23:01:15 -05:00 committed by Brian Ford
parent f3bff27460
commit d2177ae312

View file

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