diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md
index 51168afcda..69e403571a 100644
--- a/aio/content/guide/attribute-directives.md
+++ b/aio/content/guide/attribute-directives.md
@@ -142,7 +142,7 @@ Begin by adding `HostListener` to the list of imported symbols.
-Then add two eventhandlers that respond when the mouse enters or leaves,
+Then add two event handlers that respond when the mouse enters or leaves,
each adorned by the `HostListener` decorator.