aboutsummaryrefslogtreecommitdiffstats
path: root/src/auto/injector.js
diff options
context:
space:
mode:
authorSiddique Hameed2013-04-30 15:39:41 -0500
committerPete Bacon Darwin2013-05-01 13:14:54 +0100
commit89c0b5d096686aa0478dc5ca543acbf64223b688 (patch)
tree68fa0d891bb153986fd983539c96a447150c8267 /src/auto/injector.js
parent52a55ec61895951999cb0d74e706725b965e9c9f (diff)
downloadangular.js-89c0b5d096686aa0478dc5ca543acbf64223b688.tar.bz2
docs(injector): fix typo
Closes: #2551
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 9654d395..b2795693 100644
--- a/src/auto/injector.js
+++ b/src/auto/injector.js
@@ -385,7 +385,7 @@ function annotate(fn) {
*
* @param {string} name The name of the service to decorate.
* @param {function()} decorator This function will be invoked when the service needs to be
- * instanciated. The function is called using the {@link AUTO.$injector#invoke
+ * instantiated. The function is called using the {@link AUTO.$injector#invoke
* injector.invoke} method and is therefore fully injectable. Local injection arguments:
*
* * `$delegate` - The original service instance, which can be monkey patched, configured,