From e690eaae532e4f8670e05e53a968693c8f33ebda Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 24 Oct 2013 20:54:26 +0100 Subject: docs($provide): Fix typo Closes #4420 --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3