From a5a598104fec7113d9cc661790d939a8945cf6d6 Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Mon, 27 Jan 2020 22:12:19 +0530 Subject: [PATCH] docs: change p to pointer for better understanding (#34927) earlier p sigly was used to define a paragraph element which was not clear what we want to refer changed it to paragrapg element for better understanding Fixes #34922 PR Close #34927 --- 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 789732ac8b..d6f0be7379 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -173,7 +173,7 @@ Here's the updated directive in full: Run the app and confirm that the background color appears when -the mouse hovers over the `p` and disappears as it moves out. +the pointer hovers over the paragraph element and disappears as the pointer moves out.