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