Skip to content

Commit efa443b

Browse files
krantzinatorAndrewKushnir
authored andcommitted
docs: fix typo (angular#26878)
PR Close angular#26878
1 parent f5a0ec0 commit efa443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/architecture-services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Similarly, use the `@Injectable()` decorator to indicate that a component or oth
4848

4949
* An injector creates dependencies, and maintains a *container* of dependency instances that it reuses if possible.
5050

51-
* A *provider* is an object that tell an injector how to obtain or create a dependency.
51+
* A *provider* is an object that tells an injector how to obtain or create a dependency.
5252

5353
For any dependency that you need in your app, you must register a provider with the app's injector,
5454
so that the injector can use the provider to create new instances.

0 commit comments

Comments
 (0)