diff options
| author | Zachary Babtkis | 2013-12-16 15:10:06 -0800 |
|---|---|---|
| committer | Igor Minar | 2013-12-18 20:57:20 -0800 |
| commit | f0e3dfd008b1fa5550298aba7f913d6ce0395bde (patch) | |
| tree | a6053e8c051f42e62477bca7eb597aa00ec59795 /docs/content/guide | |
| parent | bc3ff2cecd0861766a9e8606f3cc2c582d9875df (diff) | |
| download | angular.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.ngdoc | 2 |
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> |
