docs(ngmodule): replace "swapped" by "replace"

closes #2076
This commit is contained in:
Daniel Kuczewski 2016-08-10 14:37:10 +02:00 committed by Ward Bell
parent 08dec19447
commit fb585fae74
1 changed files with 1 additions and 1 deletions

View File

@ -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 replaced `BrowserModule` by `CommonModule` for reasons we explain [soon](#root-vs-feature-module).
We _declare_ the contact component, directive, and pipe in the module `declarations`.