Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down