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:
parent
1cee9b32c3
commit
a5a598104f
|
@ -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>
|
<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
|
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">
|
<div class="lightbox">
|
||||||
<img src="generated/images/guide/attribute-directives/highlight-directive-anim.gif" alt="Second Highlight">
|
<img src="generated/images/guide/attribute-directives/highlight-directive-anim.gif" alt="Second Highlight">
|
||||||
|
|
Loading…
Reference in New Issue