mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs($injector): remove extranneous 'the' from injector docs
This commit is contained in:
parent
7f9a94f8bc
commit
65957e99ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue