Skip to content

Commit 1b501c2

Browse files
pasor1Dorin-David
andauthored
Update 2-ui/1-document/03-dom-navigation/article.md
Co-authored-by: Dorin David <70648503+Dorin-David@users.noreply.github.com>
1 parent 0518da5 commit 1b501c2

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
@@ -208,7 +208,7 @@ alert( document.body.parentNode === document.documentElement ); // true
208208
// dopo di <head> c'è <body>
209209
alert( document.head.nextSibling ); // HTMLBodyElement
210210

211-
// prima di <body> c'e' <head>
211+
// prima di <body> c'è <head>
212212
alert( document.body.previousSibling ); // HTMLHeadElement
213213
```
214214

0 commit comments

Comments
 (0)