From 052cae6427523258ab569a59f096b2959d1b9a05 Mon Sep 17 00:00:00 2001 From: Showtim3 Date: Wed, 2 Oct 2019 02:55:13 +0530 Subject: [PATCH] docs: fix typo in attribute-directives.md (#32943) Fixes #32924 PR Close #32943 --- 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 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.