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

Commit e690eaa

Browse files
docs($provide): Fix typo
Closes #4420
1 parent d3930fd commit e690eaa

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
@@ -414,7 +414,7 @@ function annotate(fn) {
414414
* Register a **service factory**, which will be called to return the service instance.
415415
* This is short for registering a service where its provider consists of only a `$get` property,
416416
* which is the given service factory function.
417-
* You should use {@link AUTO.$provide#factory $provide.factor(getFn)} if you do not need to
417+
* You should use {@link AUTO.$provide#factory $provide.factory(getFn)} if you do not need to
418418
* configure your service in a provider.
419419
*
420420
* @param {string} name The name of the instance.

0 commit comments

Comments
 (0)