aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVineet Kumar2013-01-23 23:01:15 -0500
committerBrian Ford2013-01-24 00:18:48 -0500
commitf3cca8838452bef1872586e73b037fa9855bb58f (patch)
tree1fb675dc7d175bcca45f1bc39b7dfaf2b021f822
parent978bbd2d4941db18b5d7e7234829c75599e6d4c9 (diff)
downloadangular.js-f3cca8838452bef1872586e73b037fa9855bb58f.tar.bz2
docs($injector): clarify $inject property description
Section heading about `$inject` property refers to it as `$injector` property.
-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 26287253..dadacc3f 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.