docs: 显示错误修正

This commit is contained in:
zhusir 2019-08-26 14:57:45 +08:00 committed by 雪狼
parent 3835d83cdc
commit 8c45f976bb

View File

@ -292,7 +292,7 @@ The [`NgFor`](guide/structural-directives#ngFor) and [`NgSwitch...`](guide/struc
Angular transforms the `*ngFor` in similar fashion from asterisk (*) syntax to `<ng-template>` _element_.
Angular 会把 `*ngFor` 用同样的方式把星号(*)语法的 `template`*属性*转换成 `<ng-template>`*元素*。
Angular 会把 `*ngFor` 用同样的方式把星号`*`语法的 `template`*属性*转换成 `<ng-template>`*元素*。
Here's a full-featured application of `NgFor`, written both ways: