Skip to content

Commit b67738a

Browse files
authored
Merge pull request #498 from SuperMaxusa/patch-1
Fix article "DOM дерево"
2 parents 98fa4d3 + 8cdfc20 commit b67738a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ drawHtmlTree(node5, 'div.domtree', 600, 200);
179179
*!*
180180
<!-- comment -->
181181
*/!*
182-
<li>...та хитрий звір!</li>
182+
<li>...і хитрий звір!</li>
183183
</ol>
184184
</body>
185185
</html>

2-ui/1-document/02-dom-nodes/elk.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<body>
44
Правда про оленів.
55
<ol>
6-
<li>Олень -- це розумна розумний</li>
6+
<li>Олень -- це розумний</li>
77
<!-- comment -->
8-
<li>...та хитрий звір!</li>
8+
<li>...і хитрий звір!</li>
99
</ol>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)