From 65957e99bafb6c4728a73cae7af6c4ebaa69131c Mon Sep 17 00:00:00 2001 From: Jason Morrison Date: Thu, 7 Mar 2013 14:17:34 -0800 Subject: docs($injector): remove extranneous 'the' from injector docs --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto/injector.js b/src/auto/injector.js index dadacc3f..0d2c257a 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -254,7 +254,7 @@ function annotate(fn) { * @description * * Use `$provide` to register new providers with the `$injector`. The providers are the factories for the instance. - * The providers share the same name as the instance they create with the `Provider` suffixed to them. + * The providers share the same name as the instance they create with `Provider` suffixed to them. * * A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of * a service. The Provider can have additional methods which would allow for configuration of the provider. -- cgit v1.2.3