docs(injector): fix typo

Closes: #2551
This commit is contained in:
Siddique Hameed 2013-04-30 15:39:41 -05:00 committed by Pete Bacon Darwin
parent 4dba7b0203
commit f75a2b093f

View file

@ -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,