docs: fix typo in section introduction (#29394)

PR Close #29394
This commit is contained in:
Robert Tyree 2019-03-19 11:57:38 +00:00 committed by Matias Niemelä
parent e9fab63385
commit 4a665ca50b
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ Use the CLI to create the `MessagesComponent`.
ng generate component messages
</code-example>
The CLI creates the component files in the `src/app/messages` folder and declare `MessagesComponent` in `AppModule`.
The CLI creates the component files in the `src/app/messages` folder and declares the `MessagesComponent` in `AppModule`.
Modify the `AppComponent` template to display the generated `MessagesComponent`