From 45a8863f2fe30538a9885a1d4c76ec1bfa3fa830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8=28wabzsy=29?= Date: Tue, 14 Apr 2020 07:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E6=AD=A4=E5=A4=84=E4=B8=8D?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/attribute-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md index eb98b5bec4..d10311919d 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -43,7 +43,7 @@ Two examples are [NgFor](guide/template-syntax#ngFor) and [NgIf](guide/template- Learn about them in the [Structural Directives](guide/structural-directives) guide. *结构型*指令修改视图的结构。例如,[NgFor](guide/template-syntax#ngFor) 和 [NgIf](guide/template-syntax#ngIf)。 -要了解更多,参见[结构型指令](guide/structural-directives) guide。 +要了解更多,参见[结构型指令](guide/structural-directives) 指南。 *Attribute directives* are used as attributes of elements. The built-in [NgStyle](guide/template-syntax#ngStyle) directive in the