docs(guide): fixed *off typo in angular.injector example comment

Closes #5441
This commit is contained in:
Zachary Babtkis 2013-12-16 15:10:06 -08:00 committed by Igor Minar
parent bc3ff2cecd
commit f0e3dfd008

View file

@ -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>