From 5db3c02347d2e27d8bb6fa253185b0c0a472a82c Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:11:22 +0000 Subject: [PATCH] chore: auto-fix Markdownlint, Prettier, and front-matter issues --- files/en-us/web/api/node/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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