Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f75a2b0

Browse files
siddiipetebacondarwin
authored andcommitted
docs(injector): fix typo
Closes: #2551
1 parent 4dba7b0 commit f75a2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function annotate(fn) {
385385
*
386386
* @param {string} name The name of the service to decorate.
387387
* @param {function()} decorator This function will be invoked when the service needs to be
388-
* instanciated. The function is called using the {@link AUTO.$injector#invoke
388+
* instantiated. The function is called using the {@link AUTO.$injector#invoke
389389
* injector.invoke} method and is therefore fully injectable. Local injection arguments:
390390
*
391391
* * `$delegate` - The original service instance, which can be monkey patched, configured,

0 commit comments

Comments
 (0)