docs(ngmodule): Fix typo of italic in backquote

closes #2106
The underscore would turn to real underscore character within backquote.
This commit is contained in:
Trotyl Yu 2016-08-13 18:56:54 +08:00 committed by Ward Bell
parent 565ef073ea
commit b3244ca496
1 changed files with 1 additions and 1 deletions

View File

@ -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.