diff --git a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc index a0d95d4a..09850e57 100644 --- a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc +++ b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc @@ -81,7 +81,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');