diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md index bebee010fd..9c0daebdc6 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -171,7 +171,7 @@ element that hosts an attribute directive, the `

` in this case.

-Of course you could reach into the DOM with standard JavaScript and and attach event listeners manually. +Of course you could reach into the DOM with standard JavaScript and attach event listeners manually. There are at least three problems with _that_ approach: 1. You have to write the listeners correctly.