Skip to content

Commit

Permalink
docs: remove redundant word from template syntax guide (#33534)
Browse files Browse the repository at this point in the history
PR Close #33534
  • Loading branch information
geoffbass authored and atscott committed Nov 5, 2019
1 parent 8de3fcf commit a0488cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/template-syntax.md
Expand Up @@ -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>

Expand Down

0 comments on commit a0488cc

Please sign in to comment.