diff --git a/aio/content/guide/frequent-ngmodules.md b/aio/content/guide/frequent-ngmodules.md index acd8a633b4..22b9ce9817 100644 --- a/aio/content/guide/frequent-ngmodules.md +++ b/aio/content/guide/frequent-ngmodules.md @@ -44,25 +44,25 @@ of some of the things they contain: FormsModule @angular/forms - When you build template driven forms (includes NgModel) + When you want to build template driven forms (includes NgModel) ReactiveFormsModule @angular/forms - When building reactive forms + When you want to build reactive forms RouterModule @angular/router - For Routing and when you want to use RouterLink,.forRoot(), and .forChild() + When you want to use RouterLink, .forRoot(), and .forChild() HttpClientModule @angular/common/http - When you to talk to a server + When you want to talk to a server