We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a94f commit 65957e9Copy full SHA for 65957e9
src/auto/injector.js
@@ -254,7 +254,7 @@ function annotate(fn) {
254
* @description
255
*
256
* Use `$provide` to register new providers with the `$injector`. The providers are the factories for the instance.
257
- * 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.
258
259
* A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of
260
* a service. The Provider can have additional methods which would allow for configuration of the provider.
0 commit comments