From 3b8c59c8ebfcefa8f0129058765b45cec096643a Mon Sep 17 00:00:00 2001 From: Jorge Bolpe Date: Sat, 22 Oct 2022 23:49:58 -0300 Subject: [PATCH] Fix typos in angular roadmap (#2706) --- content/roadmaps/104-angular/content/106-forms/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/104-angular/content/106-forms/readme.md b/content/roadmaps/104-angular/content/106-forms/readme.md index 0ce99de07..86feb8ed7 100644 --- a/content/roadmaps/104-angular/content/106-forms/readme.md +++ b/content/roadmaps/104-angular/content/106-forms/readme.md @@ -2,10 +2,10 @@ Forms are used to handle user inputs in many applications. It enables users from entering sensitive information to performing several data entry tasks. -Angular provides two forms to hadle user inputs: reactive forms and template-driven forms. +Angular provides two approachs to handle user inputs trough forms: reactive and template-driven forms. Free Content Introduction to forms in Angular Angular Forms Angular Forms Tutorial -Building Forms in Angular Apps \ No newline at end of file +Building Forms in Angular Apps