From 499a8d53d65e9ef93f274326318adef4e289829a Mon Sep 17 00:00:00 2001 From: zhusir Date: Tue, 27 Aug 2019 13:13:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF=20?= =?UTF-8?q?(#430)?= 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 11d7144856..85b68238a4 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -296,7 +296,7 @@ Angular 会把 `*ngFor` 用同样的方式把星号(`*`)语法的 `template` Here's a full-featured application of `NgFor`, written both ways: -这里有一个 `NgFor` 的全特性应用,同时用了这三种写法: +这里有一个 `NgFor` 的全特性应用,同时用了这两种写法: