Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f0e3dfd

Browse files
zbabtkisIgorMinar
authored andcommitted
docs(guide): fixed *off typo in angular.injector example comment
Closes #5441
1 parent bc3ff2c commit f0e3dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.services.managing_dependencies.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ of which depend on other services that are provided by the Angular framework:
8181
}]);
8282
}
8383

84-
// get the main service to kick of the application
84+
// get the main service to kick off the application
8585
angular.injector([batchLogModule]).get('routeTemplateMonitor');
8686
</pre>
8787

0 commit comments

Comments
 (0)