docs(guide/services): fix another typo

This commit is contained in:
Pete Bacon Darwin 2013-09-26 12:52:43 +01:00
parent e0c134b8bf
commit 3b3e89d5d6

View file

@ -12,7 +12,7 @@ above). You can also create your own custom services.
## Using a Service
To use an Angular service, you identify it as a dependency for the componentt (controller, service,
To use an Angular service, you identify it as a dependency for the component (controller, service,
filter or directive) that depends on the service. Angular's dependency injection subsystem takes
care of the rest. The Angular injector subsystem is in charge of service instantiation, resolution
of dependencies, and provision of dependencies to components as requested.