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: