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

Commit f13b4cc

Browse files
trotylwardbell
authored andcommitted
docs(ngmodule): Fix typo
closes #2104 Remove redundant `by` word.
1 parent 51f13b5 commit f13b4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ a#q-bootstrap_vs_entry_component
15041504

15051505
A bootstrapped component _is_ an [entry component](#entry-component-defined).
15061506
It's an entry component that Angular loads into the DOM during the bootstrap (application launch) process.
1507-
Other entry components are loaded by dynamically by other means such as with the router.
1507+
Other entry components are loaded dynamically by other means such as with the router.
15081508

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

0 commit comments

Comments
 (0)