Skip to content

Commit a02c9dc

Browse files
authored
Update 2-ui/1-document/03-dom-navigation/article.md
1 parent 3810867 commit a02c9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/03-dom-navigation/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ O exemplo abaixo mostra os filhos de `document.body`:
106106
<script>
107107
*!*
108108
for (let i = 0; i < document.body.childNodes.length; i++) {
109-
alert( document.body.childNodes[i] ); // text, div, text, ul, ..., SCRIPT
109+
alert( document.body.childNodes[i] ); // Text, DIV, Text, UL, ..., SCRIPT
110110
}
111111
*/!*
112112
</script>

0 commit comments

Comments
 (0)