From 580a308da788ea24e4d8f7458afa8c76fa951910 Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Sat, 13 Aug 2016 18:45:13 +0800 Subject: [PATCH] docs(ngmodule): Fix typo Remove redundant `by` word. --- public/docs/ts/latest/guide/ngmodule.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index 594138d016..549b1171f2 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -1504,7 +1504,7 @@ a#q-bootstrap_vs_entry_component A bootstrapped component _is_ an [entry component](#entry-component-defined). 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. + Other entry components are loaded dynamically by other means such as with the router. 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.