Skip to content

Commit 5cfd038

Browse files
authored
fix: auto-cleanup by bot (mdn#40769)
chore: auto-fix Markdownlint, Prettier, and front-matter issues
1 parent df960fd commit 5cfd038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/web/api/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ _In addition to the properties below, `Node` inherits properties from its parent
8282
a document, returns `null`.
8383
- {{DOMxRef("Node.parentNode")}} {{ReadOnlyInline}}
8484
- : Returns a `Node` that is the parent of this node. If there is no such
85-
node — for example, if this node is the top of the tree, or if it doesn't participate in a tree —
85+
node — for example, if this node is the top of the tree, or if it doesn't participate in a tree —
8686
this property returns `null`.
8787
- {{DOMxRef("Node.parentElement")}} {{ReadOnlyInline}}
8888
- : Returns an {{DOMxRef("Element")}} that is the parent of this node. If the node has

0 commit comments

Comments
 (0)