From b3244ca4966a6f0e39bbdca9b1d8ee377ed79604 Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Sat, 13 Aug 2016 18:56:54 +0800 Subject: [PATCH] docs(ngmodule): Fix typo of italic in backquote closes #2106 The underscore would turn to real underscore character within backquote. --- 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 594138d016..37aaab2fda 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -1519,7 +1519,7 @@ a#q-when-entry-components :marked ### When do I add components to _entryComponents_? - Most application developers won't need to add components to the `_entryComponents_`. + Most application developers won't need to add components to the `entryComponents`. Angular adds certain components to _entry components_ automatically. Components listed in `@NgModule.bootstrap` are added automatically.