diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md
index 69e403571a..93b4c3636b 100644
--- a/aio/content/guide/attribute-directives.md
+++ b/aio/content/guide/attribute-directives.md
@@ -247,7 +247,7 @@ You get the best of both worlds: the property name you want and the binding synt
Now that you're binding via the alias to the `highlightColor`, modify the `onMouseEnter()` method to use that property.
-If someone neglects to bind to `appHighlightColor`, highlight the host element in red:
+If someone neglects to bind to `appHighlight`, highlight the host element in red: