From 2aec26dc350623e67556e89d801ffbb9c55f7c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=5F=5F=5F=5F=5F=5F=E5=B0=8F=E7=8E=8B=E5=AD=90?= <15176981781@163.com> Date: Fri, 3 May 2019 12:15:40 +0800 Subject: [PATCH] Update attribute-directives.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改错别单词 --- aio/content/guide/attribute-directives.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md index cce34bebca..0b55c64096 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -68,7 +68,7 @@ This page demonstrates building a simple _appHighlight_ attribute directive to set an element's background color when the user hovers over that element. You can apply it like this: -本章展示了如何创建一个简单的属性型指令 _myHighlight_ ,当用户把鼠标悬停在一个元素上时,改变它的背景色。你可以这样用它: +本章展示了如何创建一个简单的属性型指令 _appHighlight_ ,当用户把鼠标悬停在一个元素上时,改变它的背景色。你可以这样用它: @@ -135,7 +135,7 @@ they don't conflict with standard HTML attributes. This also reduces the risk of colliding with third-party directive names. The CLI added the `app` prefix for you. -尽管 *highlight* 是一个比 *myHighlight* 更简洁的名字,而且它确实也能工作。 +尽管 *highlight* 是一个比 *appHighlight* 更简洁的名字,而且它确实也能工作。 但是最佳实践是在选择器名字前面添加前缀,以确保它们不会与标准 HTML 属性冲突。 它同时减少了与第三方指令名字发生冲突的危险。