From 365712e2f0619c2c32dd8266d81d3469500b277c Mon Sep 17 00:00:00 2001 From: hartraft Date: Fri, 3 Nov 2017 10:36:33 +0100 Subject: [PATCH] docs(aio): fix typo in Attribute Directives documentation (#20143) changed "appHightlight" to "appHighlight" PR Close #20143 --- .../attribute-directives/src/app/app.component.1.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/examples/attribute-directives/src/app/app.component.1.html b/aio/content/examples/attribute-directives/src/app/app.component.1.html index cb25e1dec7..4422c83ead 100644 --- a/aio/content/examples/attribute-directives/src/app/app.component.1.html +++ b/aio/content/examples/attribute-directives/src/app/app.component.1.html @@ -1,14 +1,14 @@

My First Attribute Directive

-

Highlight me!

+

Highlight me!

-

Highlighted in yellow

-

Highlighted in orange

+

Highlighted in yellow

+

Highlighted in orange

-

Highlighted with parent component's color

+

Highlighted with parent component's color