From 8c45f976bb1556078ade49f5f26279fd47d7a3c9 Mon Sep 17 00:00:00 2001 From: zhusir Date: Mon, 26 Aug 2019 14:57:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/structural-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index 22d720edbe..850fb1218a 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -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 `` _element_. -Angular 会把 `*ngFor` 用同样的方式把星号(*)语法的 `template`*属性*转换成 ``*元素*。 +Angular 会把 `*ngFor` 用同样的方式把星号`(*)`语法的 `template`*属性*转换成 ``*元素*。 Here's a full-featured application of `NgFor`, written both ways: