错别字:又 → 有

This commit is contained in:
loyayz 2018-12-24 23:04:50 +08:00 committed by 雪狼
parent 4b91f13228
commit a43cbee553
1 changed files with 1 additions and 1 deletions

View File

@ -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: