docs(aio): fix typo in attribute-directives

Closes #20071
This commit is contained in:
Panagiotis Koursaris 2017-11-01 15:20:36 +02:00 committed by Matias Niemelä
parent c30eff898a
commit 280dadaaad
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ element that hosts an attribute directive, the `<p>` in this case.
<div class="l-sub-section">
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.