Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit fb585fa

Browse files
Dani723wardbell
authored andcommitted
docs(ngmodule): replace "swapped" by "replace"
closes #2076
1 parent 08dec19 commit fb585fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/ngmodule.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ a#feature-modules
548548
The `ContactModule` must import `FormsModule` explicitly so that
549549
`ContactComponent` can data bind with `ngModel`.
550550
:marked
551-
We also swapped `CommonModule` for `BrowserModule` for reasons we explain [soon](#root-vs-feature-module).
551+
We also replaced `BrowserModule` by `CommonModule` for reasons we explain [soon](#root-vs-feature-module).
552552

553553
We _declare_ the contact component, directive, and pipe in the module `declarations`.
554554

0 commit comments

Comments
 (0)