From 4f9abe2c545d777d5abab4f609bf5dbbfed65620 Mon Sep 17 00:00:00 2001 From: EthanLoo Date: Fri, 16 Apr 2021 09:32:14 +0800 Subject: [PATCH] Update article.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 错别字更改 --- 2-ui/1-document/07-modifying-document/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"