docs: 翻译错误 (#430)

This commit is contained in:
zhusir 2019-08-27 13:13:12 +08:00 committed by 雪狼
parent 2aa451c8a1
commit 499a8d53d6

View File

@ -296,7 +296,7 @@ Angular 会把 `*ngFor` 用同样的方式把星号(`*`)语法的 `template`
Here's a full-featured application of `NgFor`, written both ways:
这里有一个 `NgFor` 的全特性应用,同时用了这种写法:
这里有一个 `NgFor` 的全特性应用,同时用了这种写法:
<code-example path="structural-directives/src/app/app.component.html" linenums="false" header="src/app/app.component.html (inside-ngfor)" region="inside-ngfor">