Skip to content

Commit f51afac

Browse files
authored
fixed typo on line 44
minor fix.
1 parent cceb7cb commit f51afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ drawHtmlTree(node1, 'div.domtree', 690, 320);
4141
</script>
4242

4343
```online
44-
On the picture above element nodes you can click on element nodes. Their children will open/collapse.
44+
On the picture above, you can click on element nodes and their children will open/collapse.
4545
```
4646

4747
Tags are called *element nodes* (or just elements). Nested tags become children of the enclosing ones. As a result we have a tree of elements: `<html>` is at the root, then `<head>` and `<body>` are its children etc.

0 commit comments

Comments
 (0)