We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b2d3e8 + ac2e10c commit 2f34acbCopy full SHA for 2f34acb
2-ui/1-document/07-modifying-document/article.md
@@ -341,7 +341,7 @@ To remove nodes, there are the following methods:
341
342
343
`parentElem.removeChild(node)`
344
-: Removes `elem` from `parentElem` (assuming it's a child).
+: Removes `node` from `parentElem` (assuming it's a child).
345
346
`node.remove()`
347
: Removes the `node` from its place.
0 commit comments