From fb4b90a5641c36cedb8b9418128ac18f432cfff6 Mon Sep 17 00:00:00 2001 From: Kirils Ladovs Date: Thu, 9 Nov 2017 23:37:36 +0000 Subject: [PATCH] docs(aio): typo fix (#20318) tutorial part 0 app component template file extention fix PR Close #20318 --- aio/content/tutorial/toh-pt0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt0.md b/aio/content/tutorial/toh-pt0.md index fcbd9626cf..61598a858d 100644 --- a/aio/content/tutorial/toh-pt0.md +++ b/aio/content/tutorial/toh-pt0.md @@ -62,7 +62,7 @@ Open the component class file (`app.component.ts`) and change the value of the ` -Open the component template file (`app.component.ts`) and +Open the component template file (`app.component.html`) and delete the default template generated by the Angular CLI. Replace it with the following line of HTML.