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

docs(ngmodule): Fix typo of unneeded underscore #2105

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/ngmodule.jade
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ a#q-bootstrap_vs_entry_component
It's an entry component that Angular loads into the DOM during the bootstrap (application launch) process.
Other entry components are loaded by dynamically by other means such as with the router.

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

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