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