From a12e61b88452feb8edc8fc7bca9023dc9f186f9d Mon Sep 17 00:00:00 2001 From: RuanHeng <30871106+ruanheng159@users.noreply.github.com> Date: Sat, 29 Oct 2022 14:46:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BF=BB=E8=AF=91=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 d236cddf616..a2348e57053 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -119,7 +119,7 @@ In this section, you'll update your application to test the `UnlessDirective`. When the `condition` is falsy, the top (A) paragraph appears and the bottom (B) paragraph disappears. When the `condition` is truthy, the top (A) paragraph disappears and the bottom (B) paragraph appears. - 星号是将 `appUnless` 标记为结构型指令的简写形式。如果 `condition` 是假值,则会让顶部段落 A,而底部段落 B 消失。当 `condition` 为真时,顶部段落 A 消失,而底部段落 B 出现。 + 星号是将 `appUnless` 标记为结构型指令的简写形式。如果 `condition` 是假值,则会让顶部段落 A 出现,而底部段落 B 消失。当 `condition` 为真时,顶部段落 A 消失,而底部段落 B 出现。 1. To change and display the value of `condition` in the browser, add markup that displays the status and a button.