diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index 9da9dfdd48..21ba9d5ca0 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -267,7 +267,7 @@ Use the CLI to create the `MessagesComponent`. ng generate component messages -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`