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

Commit 20a66c9

Browse files
farazfazliwardbell
authored andcommitted
docs(ngmodule-faq): fix typo (#3062)
1 parent 0f3d581 commit 20a66c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/ngmodule-faq.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ table
11601160
The router creates them and drops them into the DOM near a `<router-outlet>`.
11611161

11621162
While the bootstrapped and routed components are _entry components_,
1163-
we usally don't have to add them to a module's `entryComponents` list.
1163+
we usually don't have to add them to a module's `entryComponents` list.
11641164

11651165
Angular automatically adds components in the module's `bootstrap` list to the `entryComponents` list.
11661166
The `RouterModule` adds routed components to that list.

0 commit comments

Comments
 (0)