Skip to content

Commit 928f42d

Browse files
committed
minor
1 parent 25539ce commit 928f42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-ui/1-document/02-dom-nodes/article.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ drawHtmlTree(node3, 'div.domtree', 690, 150);
106106

107107
While generating the DOM, browsers automatically process errors in the document, close tags and so on.
108108

109-
Such an "invalid" document:
109+
Such an document with unclosed tags:
110110

111111
```html no-beautify
112112
<p>Hello
@@ -225,7 +225,7 @@ The best way to study them is to click around. Most values are editable in-place
225225
226226
## Interaction with console
227227
228-
As we explore the DOM, we also may want to apply JavaScript to it. Like: get a node and run some code to modify it, to see how it looks. Here are few tips to travel between the Elements tab and the console.
228+
As we explore the DOM, we also may want to apply JavaScript to it. Like: get a node and run some code to modify it, to see the result. Here are few tips to travel between the Elements tab and the console.
229229
230230
- Select the first `<li>` in the Elements tab.
231231
- Press `key:Esc` -- it will open console right below the Elements tab.

0 commit comments

Comments
 (0)