fix: 翻译微调

This commit is contained in:
Zhicheng WANG 2018-11-04 12:15:57 +08:00
parent d17bf1f63a
commit bc877d104a

View File

@ -382,7 +382,7 @@ describes additional `NgFor` directive properties and context properties.
* `NgFor` is implemented by the `NgForOf` directive. Read more about additional `NgForOf` directive properties and context properties [NgForOf API reference](api/common/NgForOf).
`NgFor` 是由 `NgForOf` 指令来实现的。请参阅[NgForOf API reference](api/common/NgForOf)来了解 `NgForOf` 指令的更多属性及其上下文属性。
`NgFor` 是由 `NgForOf` 指令来实现的。请参阅 [NgForOf API 参考手册](api/common/NgForOf)来了解 `NgForOf` 指令的更多属性及其上下文属性。
These microsyntax mechanisms are available to you when you write your own structural directives.
Studying the