We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2d3e8 commit ac2e10cCopy full SHA for ac2e10c
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