From a43cbee5532d509c7551dba893d06af028b9d9ec Mon Sep 17 00:00:00 2001 From: loyayz Date: Mon, 24 Dec 2018 23:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97=EF=BC=9A=E5=8F=88?= =?UTF-8?q?=20=E2=86=92=20=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/bootstrapping.md b/aio/content/guide/bootstrapping.md index c94f67d472..ecdafd2813 100644 --- a/aio/content/guide/bootstrapping.md +++ b/aio/content/guide/bootstrapping.md @@ -22,7 +22,7 @@ that you bootstrap to launch the application. By convention, it is usually called `AppModule`. NgModule 用于描述应用的各个部分如何组织在一起。 -每个应用又至少一个 Angular 模块,*根*模块就是你用来启动此应用的模块。 +每个应用有至少一个 Angular 模块,*根*模块就是你用来启动此应用的模块。 按照惯例,它通常命名为 `AppModule`。 If you use the [Angular CLI](cli) to generate an app, the default `AppModule` is as follows: