We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc0a638 + 704cad8 commit 1863944Copy full SHA for 1863944
2-ui/1-document/03-dom-navigation/article.md
@@ -195,7 +195,7 @@ For instance, here `<head>` and `<body>` are siblings:
195
- `<body>` is said to be the "next" or "right" sibling of `<head>`,
196
- `<head>` is said to be the "previous" or "left" sibling of `<body>`.
197
198
-The next sibling is is `nextSibling`, and the previous one is `previousSibling`.
+The next sibling is `nextSibling`, and the previous one is `previousSibling`.
199
200
The parent is available as `parentNode`.
201
0 commit comments