From 280dadaaadef6d4b18d79ee06d84218d9fd6b891 Mon Sep 17 00:00:00 2001 From: Panagiotis Koursaris Date: Wed, 1 Nov 2017 15:20:36 +0200 Subject: [PATCH] docs(aio): fix typo in attribute-directives Closes #20071 --- aio/content/guide/attribute-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.