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

Commit 2b33be4

Browse files
jjbohnpetebacondarwin
authored andcommitted
docs(tutorial/step_07): add commas make tutorial read more clearly
1 parent 499bace commit 2b33be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When the application bootstraps, Angular creates an injector that will be used f
5353
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in
5454
fact it doesn't even know about the existence of these services unless it is configured with proper
5555
module definitions. The sole responsibilities of the injector are to load specified module
56-
definition(s), register all service providers defined in these modules and when asked inject
56+
definition(s), register all service providers defined in these modules, and when asked, inject
5757
a specified function with dependencies (services) that it lazily instantiates via their providers.
5858

5959
Providers are objects that provide (create) instances of services and expose configuration APIs

0 commit comments

Comments
 (0)