From c7f689d3cdff065d09e5c0d8456348c021c49590 Mon Sep 17 00:00:00 2001 From: Faraz Fazli Date: Sun, 1 Jan 2017 12:28:04 -0500 Subject: [PATCH] docs(ngmodule-faq): fix typo --- public/docs/ts/latest/cookbook/ngmodule-faq.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/ngmodule-faq.jade b/public/docs/ts/latest/cookbook/ngmodule-faq.jade index bbfb8af00e..51e6d5c0b6 100644 --- a/public/docs/ts/latest/cookbook/ngmodule-faq.jade +++ b/public/docs/ts/latest/cookbook/ngmodule-faq.jade @@ -1160,7 +1160,7 @@ table The router creates them and drops them into the DOM near a ``. 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.