diff --git a/files/en-us/web/api/node/index.md b/files/en-us/web/api/node/index.md index db8cb5b54c43a8f..5ae900488839093 100644 --- a/files/en-us/web/api/node/index.md +++ b/files/en-us/web/api/node/index.md @@ -82,7 +82,7 @@ _In addition to the properties below, `Node` inherits properties from its parent a document, returns `null`. - {{DOMxRef("Node.parentNode")}} {{ReadOnlyInline}} - : Returns a `Node` that is the parent of this node. If there is no such - node — for example, if this node is the top of the tree, or if it doesn't participate in a tree — + node — for example, if this node is the top of the tree, or if it doesn't participate in a tree — this property returns `null`. - {{DOMxRef("Node.parentElement")}} {{ReadOnlyInline}} - : Returns an {{DOMxRef("Element")}} that is the parent of this node. If the node has