diff options
| author | Siddique Hameed | 2013-04-30 15:39:41 -0500 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-01 13:15:17 +0100 |
| commit | f75a2b093f7a5ba68ea3e421c02acb6cd17c1896 (patch) | |
| tree | 7ff478eaa6f602dacdd18ecef3729cccc216f0e9 | |
| parent | 4dba7b0203c018c6e258c04f70e216149a991f06 (diff) | |
| download | angular.js-f75a2b093f7a5ba68ea3e421c02acb6cd17c1896.tar.bz2 | |
docs(injector): fix typo
Closes: #2551
| -rw-r--r-- | src/auto/injector.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js index 185995b4..ab7c891d 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, |
