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

Commit 51f13b5

Browse files
trotylwardbell
authored andcommitted
docs(ngmodule): Fix typo of unneeded underscore
closes #2105 Change the underscore to space since it's normal English statement here.
1 parent b3244ca commit 51f13b5

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
@@ -1506,7 +1506,7 @@ a#q-bootstrap_vs_entry_component
15061506
It's an entry component that Angular loads into the DOM during the bootstrap (application launch) process.
15071507
Other entry components are loaded by dynamically by other means such as with the router.
15081508

1509-
The `@NgModule.bootstrap` property tells the compiler _both_ that this is an entry_component _and_
1509+
The `@NgModule.bootstrap` property tells the compiler _both_ that this is an entry component _and_
15101510
that it should generate code to bootstrap the application with this component.
15111511

15121512
There is no need to list a component in both the `bootstrap` and `entryComponent` lists

0 commit comments

Comments
 (0)