docs: remove redundant word from template syntax guide (#33534)

PR Close #33534
This commit is contained in:
Geoff Bass 2019-11-01 13:53:17 -04:00 committed by atscott
parent 4abf15c50c
commit 5bc1b6f9ac
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ You can replace that with a binding to a string of the desired class names; this
<code-example path="attribute-binding/src/app/app.component.html" region="class-override" header="src/app/app.component.html"></code-example>
You can also add append a class to an element without overwriting the classes already on the element:
You can also add a class to an element without overwriting the classes already on the element:
<code-example path="attribute-binding/src/app/app.component.html" region="add-class" header="src/app/app.component.html"></code-example>