From a6ddda8834e43a3e44e684a27e0563096ec9243d Mon Sep 17 00:00:00 2001 From: Shibasish Date: Mon, 30 Sep 2019 16:34:41 +0200 Subject: [PATCH] docs: describe your change... (#32914) Grammatical changes PR Close #32914 --- aio/content/guide/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/providers.md b/aio/content/guide/providers.md index 4d05b6ca8d..bfc6ee05d4 100644 --- a/aio/content/guide/providers.md +++ b/aio/content/guide/providers.md @@ -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 component’s `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 can’t access it.)