Merge pull request #1217 from Violet-Bora-Lee/patch-15

Update article.md
This commit is contained in:
Ilya Kantor 2019-08-05 19:02:19 +03:00 committed by GitHub
commit 1863944179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,7 @@ For instance, here `<head>` and `<body>` are siblings:
- `<body>` is said to be the "next" or "right" sibling of `<head>`,
- `<head>` is said to be the "previous" or "left" sibling of `<body>`.
The next sibling is is `nextSibling`, and the previous one is `previousSibling`.
The next sibling is `nextSibling`, and the previous one is `previousSibling`.
The parent is available as `parentNode`.