Skip to content

Commit e296a52

Browse files
authored
Update 2-ui/1-document/05-basic-dom-node-properties/article.md
1 parent 67918c5 commit e296a52

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/05-basic-dom-node-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/05-basic-dom-node-properties/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ interface HTMLInputElement: HTMLElement {
157157
<script>
158158
let elem = document.body;
159159
160-
// давайте проверим: какой тип узла находится в elem?
160+
// давайте разберёмся: какой тип узла находится в elem?
161161
alert(elem.nodeType); // 1 => элемент
162162
163163
// и его первый потомок...

0 commit comments

Comments
 (0)