Skip to content

Commit

Permalink
Bug 1762483 - Spelling mistake: 'DOM notes' -> 'DOM nodes' r=jdescottes
Browse files Browse the repository at this point in the history
  • Loading branch information
a153 committed Apr 14, 2022
1 parent 393002d commit 1624d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Highlight and inspect DOM nodes

If you hover over a DOM node in the Watch Expressions, it will be highlighted in the page.

When you are working with DOM notes in the debugger, you can easily highlight the node on the page or view it in the Page Inspector. A DOM object in the Watch Expressions area, for example, includes a target. Hover over the target to highlight the item on the page, Click on the target to switch to the Page Inspector with the item highlighted.
When you are working with DOM nodes in the debugger, you can easily highlight the node on the page or view it in the Page Inspector. A DOM object in the Watch Expressions area, for example, includes a target. Hover over the target to highlight the item on the page, Click on the target to switch to the Page Inspector with the item highlighted.

.. raw:: html

Expand Down

0 comments on commit 1624d06

Please sign in to comment.