From 3b3e89d5d6e7878bd8163631536e761f84255015 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 26 Sep 2013 12:52:43 +0100 Subject: [PATCH] docs(guide/services): fix another typo --- .../guide/dev_guide.services.understanding_services.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc index 56530687fe9d..aebd2fa569ef 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.