docs: describe your change... (#32914)

Grammatical changes
PR Close #32914
This commit is contained in:
Shibasish 2019-09-30 16:34:41 +02:00 committed by Kara Erickson
parent c4fbd0bef7
commit 43ffe7257a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Though you can provide services by lazy loading modules, not all services can be
Another way to limit provider scope is by adding the service you want to limit to the components
`providers` array. Component providers and NgModule providers are independent of each other. This
method is helpful for when you want to eagerly load a module that needs a service all to itself.
method is helpful when you want to eagerly load a module that needs a service all to itself.
Providing a service in the component limits the service only to that component (other components in
the same module cant access it.)