Skip to content

Commit 42d5618

Browse files
committed
fixed translation
1 parent 8236117 commit 42d5618

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
@@ -203,7 +203,7 @@ Por exemplo:
203203
// depois de <head> vem <body>
204204
alert( document.head.nextSibling ); // HTMLBodyElement
205205
206-
// antes de <head> vem <body>
206+
// antes de <body> vem <head>
207207
alert( document.body.previousSibling ); // HTMLHeadElement
208208
</script></body></html>
209209
```

0 commit comments

Comments
 (0)