diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md index a8d1190265..78d9954754 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -363,7 +363,7 @@ That's a crisp, compact syntax. You'll have to rename the directive's `highlightColor` property to `appHighlight` because that's now the color property binding name. -你还要把该指令的 `highlightColor` 改名为 `myHighlight`,因为它是颜色属性目前的绑定名。 +你还要把该指令的 `highlightColor` 改名为 `appHighlight`,因为它是颜色属性目前的绑定名。