diff --git a/2-ui/1-document/07-modifying-document/article.md b/2-ui/1-document/07-modifying-document/article.md index 2dde13b442..afb27e424f 100644 --- a/2-ui/1-document/07-modifying-document/article.md +++ b/2-ui/1-document/07-modifying-document/article.md @@ -471,7 +471,7 @@ ul.append(...getListContent()); // append + "..." operator = friends! ``` -所有这些方法都会返回插入/删除的节点。换句话说,`parentElem.appendChild(node)` 返回 `node`。但是通常我们不会使用返沪值,我们只是使用对应的方法。 +所有这些方法都会返回插入/删除的节点。换句话说,`parentElem.appendChild(node)` 返回 `node`。但是通常我们不会使用返回值,我们只是使用对应的方法。 ## 聊一聊 "document.write"