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
This commit is contained in:
ajitsinghkaler 2020-01-27 22:12:19 +05:30 committed by Andrew Kushnir
parent 1cee9b32c3
commit a5a598104f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ Here's the updated directive in full:
<code-example path="attribute-directives/src/app/highlight.directive.2.ts" header="src/app/highlight.directive.ts"></code-example>
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.
<div class="lightbox">
<img src="generated/images/guide/attribute-directives/highlight-directive-anim.gif" alt="Second Highlight">