From 4a665ca50b76e49f614623eae364b106a7810394 Mon Sep 17 00:00:00 2001 From: Robert Tyree Date: Tue, 19 Mar 2019 11:57:38 +0000 Subject: [PATCH] docs: fix typo in section introduction (#29394) PR Close #29394 --- aio/content/tutorial/toh-pt4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`