From 845b2ff56a5c3f3af001ef2dda9b7700a5e63773 Mon Sep 17 00:00:00 2001 From: Zachary Babtkis Date: Mon, 16 Dec 2013 15:10:06 -0800 Subject: [PATCH] Fixed *off typo in angular.injector example comment. --- .../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 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');