Skip to content

Commit f5731e3

Browse files
committed
docs: changed component name to home.component.ts in point 2 of step 3
1 parent 80fe08b commit f5731e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Note that, this step just adds the search elements to the layout without any fun
114114
In the **Edit** pane of your IDE:
115115

116116
1. In the `first-app` directory, open `home.component.ts` in the editor.
117-
1. In `app.component.ts`, in `@Component`, update the `template` property with this code.
117+
1. In `home.component.ts`, in `@Component`, update the `template` property with this code.
118118

119119
<code-example header="Replace in src/app/home/home.component.ts" path="first-app-lesson-02/src/app/home/home.component.ts" region="home-template"></code-example>
120120

0 commit comments

Comments
 (0)