From b8f740b25377a3230e5efbce992808d56572c0ac Mon Sep 17 00:00:00 2001 From: Xapuu Date: Tue, 17 Jul 2018 20:24:30 +0300 Subject: [PATCH] docs: remove closing parenthesis from provides guide (#24935) PR Close #24935 --- 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 941f663865..893fca5931 100644 --- a/aio/content/guide/providers.md +++ b/aio/content/guide/providers.md @@ -32,7 +32,7 @@ The service itself is a class that the CLI generated and that's decorated with ` When you add a service provider to the root application injector, it’s available throughout the app. Additionally, these providers are also available to all the classes in the app as long they have the lookup token. -You should always provide your service in the root injector unless there is a case where you want the service to be available only if the consumer imports a particular `@NgModule)`. +You should always provide your service in the root injector unless there is a case where you want the service to be available only if the consumer imports a particular `@NgModule`. ## providedIn and NgModules