From 481f4b74126c255d277d7ddcf76c66270e27f56c Mon Sep 17 00:00:00 2001 From: Rick Katka Date: Thu, 24 Jan 2019 11:36:15 -0600 Subject: [PATCH] docs: Updated TOH Heros documentation (#28347) Updated the TOH Heros documentation to specify that the ng cli now generates 4 files PR Close #28347 --- aio/content/tutorial/toh-pt1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt1.md b/aio/content/tutorial/toh-pt1.md index 2dcc99210c..cb465d2c6e 100644 --- a/aio/content/tutorial/toh-pt1.md +++ b/aio/content/tutorial/toh-pt1.md @@ -13,7 +13,7 @@ Using the Angular CLI, generate a new component named `heroes`. The CLI creates a new folder, `src/app/heroes/`, and generates -the three files of the `HeroesComponent`. +the four files of the `HeroesComponent`. The `HeroesComponent` class file is as follows: