diff --git a/files/en-us/web/api/element/nextelementsibling/index.md b/files/en-us/web/api/element/nextelementsibling/index.md index c03aa5575b78793..20b4808e755e892 100644 --- a/files/en-us/web/api/element/nextelementsibling/index.md +++ b/files/en-us/web/api/element/nextelementsibling/index.md @@ -10,7 +10,7 @@ browser-compat: api.Element.nextElementSibling The **`Element.nextElementSibling`** read-only property returns the element immediately following the specified one in its parent's -children list, or `null` if the specified element is the last one in the list. +{{domxref("Element.children", "children")}} list, or `null` if the specified element is the last one in the list. ## Value diff --git a/files/en-us/web/api/element/previouselementsibling/index.md b/files/en-us/web/api/element/previouselementsibling/index.md index c557fff530fed99..d05618fff932951 100644 --- a/files/en-us/web/api/element/previouselementsibling/index.md +++ b/files/en-us/web/api/element/previouselementsibling/index.md @@ -10,7 +10,7 @@ browser-compat: api.Element.previousElementSibling The **`Element.previousElementSibling`** read-only property returns the {{domxref("Element")}} immediately prior to the specified -one in its parent's children list, or `null` if the specified element is the first one in the list. +one in its parent's {{domxref("Element.children", "children")}} list, or `null` if the specified element is the first one in the list. ## Value