docs: fix typo (#26878)

PR Close #26878
This commit is contained in:
Rae Krantz 2018-10-31 14:20:01 -04:00 committed by Andrew Kushnir
parent f5a0ec0d7c
commit efa443bba3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Similarly, use the `@Injectable()` decorator to indicate that a component or oth
* An injector creates dependencies, and maintains a *container* of dependency instances that it reuses if possible.
* A *provider* is an object that tell an injector how to obtain or create a dependency.
* A *provider* is an object that tells an injector how to obtain or create a dependency.
For any dependency that you need in your app, you must register a provider with the app's injector,
so that the injector can use the provider to create new instances.