Skip to content

Commit e60bb24

Browse files
authored
Fix grammar in Node.parentNode summary (mdn#40765)
1 parent 2b3cb93 commit e60bb24

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, like if this node is the top of the tree or if 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)