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

Commit

Permalink
docs(guide/services): fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 26, 2013
1 parent e0c134b commit 3b3e89d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b3e89d

Please sign in to comment.