From d2177ae3120ad88489d1f073d7659bff177ee654 Mon Sep 17 00:00:00 2001 From: Vineet Kumar Date: Wed, 23 Jan 2013 23:01:15 -0500 Subject: docs($injector): clarify $inject property description Section heading about `$inject` property refers to it as `$injector` property. --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auto') 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. -- cgit v1.2.3