aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorZachary Babtkis2013-12-16 15:10:06 -0800
committerIgor Minar2013-12-18 20:57:20 -0800
commitf0e3dfd008b1fa5550298aba7f913d6ce0395bde (patch)
treea6053e8c051f42e62477bca7eb597aa00ec59795 /docs/content/guide
parentbc3ff2cecd0861766a9e8606f3cc2c582d9875df (diff)
downloadangular.js-f0e3dfd008b1fa5550298aba7f913d6ce0395bde.tar.bz2
docs(guide): fixed *off typo in angular.injector example comment
Closes #5441
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/dev_guide.services.managing_dependencies.ngdoc2
1 files changed, 1 insertions, 1 deletions
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');
</pre>