docs(ngmodule-faq): fix typo (#3062)

This commit is contained in:
Faraz Fazli 2017-01-02 16:52:03 -05:00 committed by Ward Bell
parent 0f3d5810a8
commit 20a66c9d59
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ table
The router creates them and drops them into the DOM near a `<router-outlet>`.
While the bootstrapped and routed components are _entry components_,
we usally don't have to add them to a module's `entryComponents` list.
we usually don't have to add them to a module's `entryComponents` list.
Angular automatically adds components in the module's `bootstrap` list to the `entryComponents` list.
The `RouterModule` adds routed components to that list.