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

Commit b3244ca

Browse files
trotylwardbell
authored andcommitted
docs(ngmodule): Fix typo of italic in backquote
closes #2106 The underscore would turn to real underscore character within backquote.
1 parent 565ef07 commit b3244ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/ngmodule.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ a#q-when-entry-components
15191519
:marked
15201520
### When do I add components to _entryComponents_?
15211521

1522-
Most application developers won't need to add components to the `_entryComponents_`.
1522+
Most application developers won't need to add components to the `entryComponents`.
15231523

15241524
Angular adds certain components to _entry components_ automatically.
15251525
Components listed in `@NgModule.bootstrap` are added automatically.

0 commit comments

Comments
 (0)