From afc88074cd8966f5ac3f9b0e4ee452a232a5912c Mon Sep 17 00:00:00 2001 From: mikef Date: Thu, 9 Jan 2020 21:32:50 +0000 Subject: [PATCH] docs: correct full stop position in providers section (#34712) Correct the position of the full stop at the end of the limiting provider scope with components paragraph. PR Close #34712 --- 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 bfc6ee05d4..f7a6090c83 100644 --- a/aio/content/guide/providers.md +++ b/aio/content/guide/providers.md @@ -59,7 +59,7 @@ Another way to limit provider scope is by adding the service you want to limit t `providers` array. Component providers and NgModule providers are independent of each other. This 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.) +the same module can’t access it).