docs(docs-infra): replace a comma with a period at the end of a sentence (#39034)

In order to keep document consistency this commit replaces a comma with a period at the end of a sentence
PR Close #39034
This commit is contained in:
Daniel 2020-09-28 18:47:57 -06:00 committed by Alex Rickabaugh
parent 8f66540152
commit 2aeaedc519
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ or in the `@NgModule()` or `@Component()` metadata
Registering the provider in the `@Injectable()` metadata also allows Angular to optimize an app
by removing the service from the compiled app if it isn't used.
* When you register a provider with a [specific NgModule](guide/architecture-modules), the same instance of a service is available to all components in that NgModule. To register at this level, use the `providers` property of the `@NgModule()` decorator,
* When you register a provider with a [specific NgModule](guide/architecture-modules), the same instance of a service is available to all components in that NgModule. To register at this level, use the `providers` property of the `@NgModule()` decorator.
```
@NgModule({