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

Commit 3b3e89d

Browse files
docs(guide/services): fix another typo
1 parent e0c134b commit 3b3e89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.services.understanding_services.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ above). You can also create your own custom services.
1212

1313
## Using a Service
1414

15-
To use an Angular service, you identify it as a dependency for the componentt (controller, service,
15+
To use an Angular service, you identify it as a dependency for the component (controller, service,
1616
filter or directive) that depends on the service. Angular's dependency injection subsystem takes
1717
care of the rest. The Angular injector subsystem is in charge of service instantiation, resolution
1818
of dependencies, and provision of dependencies to components as requested.

0 commit comments

Comments
 (0)