From f0e3dfd008b1fa5550298aba7f913d6ce0395bde Mon Sep 17 00:00:00 2001 From: Zachary Babtkis Date: Mon, 16 Dec 2013 15:10:06 -0800 Subject: docs(guide): fixed *off typo in angular.injector example comment Closes #5441 --- docs/content/guide/dev_guide.services.managing_dependencies.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3