diff --git a/2-ui/1-document/03-dom-navigation/article.md b/2-ui/1-document/03-dom-navigation/article.md index 7864649e..80cefd1c 100644 --- a/2-ui/1-document/03-dom-navigation/article.md +++ b/2-ui/1-document/03-dom-navigation/article.md @@ -195,11 +195,11 @@ For instance, here `` and `` are siblings: - `` is said to be the "next" or "right" sibling of ``, - `` is said to be the "previous" or "left" sibling of ``. -The next sibling is `nextSibling`, and the previous one is `previousSibling`. +The next sibling is in `nextSibling` property, and the previous one - in `previousSibling`. The parent is available as `parentNode`. -So all these tests are truthy: +For example: ```js // parent of is