Skip to content

Commit d1bad6c

Browse files
petebacondarwinjamesdaily
authored andcommitted
docs(guide/services): fix another typo
1 parent 2552f22 commit d1bad6c

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)