aboutsummaryrefslogtreecommitdiffstats
path: root/src/auto/injector.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-10-24 20:54:26 +0100
committerPete Bacon Darwin2013-10-24 20:54:26 +0100
commite690eaae532e4f8670e05e53a968693c8f33ebda (patch)
tree15f4be932d8ab097ca04da79f9c5964816248586 /src/auto/injector.js
parentd3930fdfd9e8ef6a53432eafbcbf88f592e5d406 (diff)
downloadangular.js-e690eaae532e4f8670e05e53a968693c8f33ebda.tar.bz2
docs($provide): Fix typo
Closes #4420
Diffstat (limited to 'src/auto/injector.js')
-rw-r--r--src/auto/injector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js
index 26dbef81..31ea194f 100644
--- a/src/auto/injector.js
+++ b/src/auto/injector.js
@@ -414,7 +414,7 @@ function annotate(fn) {
* Register a **service factory**, which will be called to return the service instance.
* This is short for registering a service where its provider consists of only a `$get` property,
* which is the given service factory function.
- * 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
* configure your service in a provider.
*
* @param {string} name The name of the instance.