We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a553eb commit c8ed01bCopy full SHA for c8ed01b
src/auto/injector.js
@@ -414,7 +414,7 @@ function annotate(fn) {
414
* Register a **service factory**, which will be called to return the service instance.
415
* This is short for registering a service where its provider consists of only a `$get` property,
416
* which is the given service factory function.
417
- * You should use {@link AUTO.$provide#factory $provide.factor(getFn)} if you do not need to
+ * You should use {@link AUTO.$provide#factory $provide.factory(getFn)} if you do not need to
418
* configure your service in a provider.
419
*
420
* @param {string} name The name of the instance.
0 commit comments