Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a248d5a

Browse files
jasonmpkozlowski-opensource
authored andcommitted
docs($injector): remove extranneous 'the' from injector docs
1 parent 69ef17c commit a248d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ function annotate(fn) {
254254
* @description
255255
*
256256
* 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.
257+
* The providers share the same name as the instance they create with `Provider` suffixed to them.
258258
*
259259
* A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of
260260
* a service. The Provider can have additional methods which would allow for configuration of the provider.

0 commit comments

Comments
 (0)