diff --git a/aio/content/tutorial/first-app/first-app-lesson-02.md b/aio/content/tutorial/first-app/first-app-lesson-02.md index 5329641e51d1..28640c82c596 100644 --- a/aio/content/tutorial/first-app/first-app-lesson-02.md +++ b/aio/content/tutorial/first-app/first-app-lesson-02.md @@ -114,7 +114,7 @@ Note that, this step just adds the search elements to the layout without any fun In the **Edit** pane of your IDE: 1. In the `first-app` directory, open `home.component.ts` in the editor. -1. In `app.component.ts`, in `@Component`, update the `template` property with this code. +1. In `home.component.ts`, in `@Component`, update the `template` property with this code.