Update article.md
This commit is contained in:
parent
bdf28d66df
commit
704cad8b86
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue