diff --git a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc index b069f4bb3ac1..7a07f8fb606e 100644 --- a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc +++ b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc @@ -82,7 +82,7 @@ of which depend on other services that are provided by the Angular framework: }]); } - // get the main service to kick of the application + // get the main service to kick off the application angular.injector([batchLogModule]).get('routeTemplateMonitor');