Skip to content

Commit

Permalink
docs: edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kapunahelewong committed Feb 7, 2019
1 parent 9f94015 commit 7e959ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/attribute-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ Here's how the harness should work when you're done coding.

## `ngNonBindable`

The built-in attribute directive `ngNonBindable` allows you to render code in
your template. With `ngNonBindable`, Angular won't evaluation expressions in
The built-in template primitive `ngNonBindable` allows you to render code in
your template. With `ngNonBindable`, Angular won't evaluate expressions in
elements. For example:

<code-example path="attribute-directives/src/app/app.component.html" linenums="false" header="src/app/app.component.html (defaultColor)" region="ngNonBindable"></code-example>
Expand Down

0 comments on commit 7e959ca

Please sign in to comment.