From 89c0b5d096686aa0478dc5ca543acbf64223b688 Mon Sep 17 00:00:00 2001 From: Siddique Hameed Date: Tue, 30 Apr 2013 15:39:41 -0500 Subject: docs(injector): fix typo Closes: #2551 --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auto/injector.js') 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, -- cgit v1.2.3