Skip to content

Commit 8eb00e4

Browse files
zbabtkisjamesdaily
authored andcommitted
docs(guide): fixed *off typo in angular.injector example comment
Closes angular#5441
1 parent 936c3dd commit 8eb00e4

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)