aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-09-26 12:52:43 +0100
committerPete Bacon Darwin2013-09-26 12:52:43 +0100
commit3b3e89d5d6e7878bd8163631536e761f84255015 (patch)
tree65c3e2e2fb89a3d34ea54f230b11deebe3e3ad52 /docs
parente0c134b8bfa282379daec6a7137512d58f956443 (diff)
downloadangular.js-3b3e89d5d6e7878bd8163631536e761f84255015.tar.bz2
docs(guide/services): fix another typo
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/dev_guide.services.understanding_services.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc
index 56530687..aebd2fa5 100644
--- a/docs/content/guide/dev_guide.services.understanding_services.ngdoc
+++ b/docs/content/guide/dev_guide.services.understanding_services.ngdoc
@@ -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.