diff --git a/2-ui/1-document/06-dom-attributes-and-properties/article.md b/2-ui/1-document/06-dom-attributes-and-properties/article.md index c07553f7a5..759b231482 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/article.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/article.md @@ -10,7 +10,7 @@ 我们已经见过了内建 DOM 属性。它们数量庞大。但是从技术上讲,没有人会限制我们,如果我们觉得这些 DOM 还不够,我们可以添加我们自己的。 -DOM 节点是常规的 JavaScript 对象。我们可以 alert 它们。 +DOM 节点是常规的 JavaScript 对象。我们可以更改它们。 例如,让我们在 `document.body` 中创建一个新的属性: