From fb585fae74124cc42824d9b2c7f21a70a63c93ac Mon Sep 17 00:00:00 2001 From: Daniel Kuczewski Date: Wed, 10 Aug 2016 14:37:10 +0200 Subject: [PATCH] docs(ngmodule): replace "swapped" by "replace" closes #2076 --- public/docs/ts/latest/guide/ngmodule.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index eb911d4e41..0e7d2158ff 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 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`.