From 0deb6bf670129799073529b65b2e623a1ce92ea9 Mon Sep 17 00:00:00 2001 From: Shivsperfect Date: Fri, 11 Apr 2025 15:29:32 +0530 Subject: [PATCH] chores: component spell corrected --- projects/03-component-composition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/03-component-composition/README.md b/projects/03-component-composition/README.md index 461e712..86ca6b9 100644 --- a/projects/03-component-composition/README.md +++ b/projects/03-component-composition/README.md @@ -16,7 +16,7 @@ ng serve 03-component-composition ## Instructions -1. In `src/app.component.ts`, update the component template to refer to the `UserInfoComponent`. Create this comoponent with the following command from the root folder of the project: +1. In `src/app.component.ts`, update the component template to refer to the `UserInfoComponent`. Create this component with the following command from the root folder of the project: ```bash ng generate component userinfo --project 03-component-composition