We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a0ec0 commit efa443bCopy full SHA for efa443b
aio/content/guide/architecture-services.md
@@ -48,7 +48,7 @@ Similarly, use the `@Injectable()` decorator to indicate that a component or oth
48
49
* An injector creates dependencies, and maintains a *container* of dependency instances that it reuses if possible.
50
51
-* 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.
52
53
For any dependency that you need in your app, you must register a provider with the app's injector,
54
so that the injector can use the provider to create new instances.
0 commit comments