Skip to content

Commit 8885bf4

Browse files
JeanMecheAndrewKushnir
authored andcommitted
docs: fix mistake in first-app-lesson-03 (#50278)
The correct filename is `home.component.ts`. fixes #50277 PR Close #50278
1 parent 63f5dfd commit 8885bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/tutorial/first-app/first-app-lesson-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In this step, you add the new component, `HousingLocationComponent` to your app'
5757
In the **Edit** pane of your IDE:
5858

5959
1. Open `home.component.ts` in the editor.
60-
1. In `app.component.ts`, import `HousingLocationComponent` by adding this line to the file level imports.
60+
1. In `home.component.ts`, import `HousingLocationComponent` by adding this line to the file level imports.
6161

6262
<code-example header="Import HousingLocationComponent in src/app/home/home.component.ts" path="first-app-lesson-03/src/app/home/home.component.ts" region="import-housingLocation"></code-example>
6363

0 commit comments

Comments
 (0)