aboutsummaryrefslogtreecommitdiffstats
path: root/src/auto/injector.js
diff options
context:
space:
mode:
authorVineet Kumar2013-01-23 23:01:15 -0500
committerBrian Ford2013-01-24 00:15:32 -0500
commitd2177ae3120ad88489d1f073d7659bff177ee654 (patch)
tree632267b9f1996608e3d736280c93a8bafe84a1c4 /src/auto/injector.js
parentf3bff27460afb3be208a05959d5b84233d34b7eb (diff)
downloadangular.js-d2177ae3120ad88489d1f073d7659bff177ee654.tar.bz2
docs($injector): clarify $inject property description
Section heading about `$inject` property refers to it as `$injector` property.
Diffstat (limited to 'src/auto/injector.js')
-rw-r--r--src/auto/injector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js
index 24f2f0af..70160fc5 100644
--- a/src/auto/injector.js
+++ b/src/auto/injector.js
@@ -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.