From 2ecc4c7886311ea1877590e029c8e9e5d17a0f50 Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Tue, 22 Oct 2019 13:26:07 -0700 Subject: [PATCH] docs: Fix appHighlightColor typo (#33331) In the example, there's no directive nor input that's named `appHighlightColor`. It should be `appHighlight`, referring to the input binding. PR Close #33331 --- 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 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: