Skip to content

Commit 96ccd0a

Browse files
authored
fix: typo
1 parent f9634f7 commit 96ccd0a

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/05-basic-dom-node-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/05-basic-dom-node-properties/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
它提供了元素级导航(navigation),如 `nextElementSibling``children`,以及搜索方法,如 `getElementsByTagName``querySelector`
4040

41-
浏览器不仅支持 HTML,还支持 XML 和 SVG。因此,`Element` 类充的是更具体的类的基础`SVGElement``XMLElement`(我们在这里不需要它)和 `HTMLElement`
41+
浏览器不仅支持 HTML,还支持 XML 和 SVG。因此,`Element` 类充当的是更具体的类的基础`SVGElement``XMLElement`(我们在这里不需要它)和 `HTMLElement`
4242

4343
- 最后,[HTMLElement](https://html.spec.whatwg.org/multipage/dom.html#htmlelement) —— 是所有 HTML 元素的基础类。我们大部分时候都会用到它。
4444

0 commit comments

Comments
 (0)