diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index 594138d016..7119bc2ba1 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -548,7 +548,7 @@ a#feature-modules The `ContactModule` must import `FormsModule` explicitly so that `ContactComponent` can data bind with `ngModel`. :marked - We also swapped `CommonModule` for `BrowserModule` for reasons we explain [soon](#root-vs-feature-module). + We also swapped `BrowserModule` for `CommonModule` for reasons we explain [soon](#root-vs-feature-module). We _declare_ the contact component, directive, and pipe in the module `declarations`.