You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/1-document/05-basic-dom-node-properties/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The classes are:
28
28
29
29
-[Document](https://dom.spec.whatwg.org/#interface-document), for historical reasons often inherited by `HTMLDocument` (though the latest spec doesn't dictate it) -- is a document as a whole.
30
30
31
-
The `document` global object belongs exactly to this class. It servers as an entry point to the DOM.
31
+
The `document` global object belongs exactly to this class. It serves as an entry point to the DOM.
32
32
33
33
-[CharacterData](https://dom.spec.whatwg.org/#interface-characterdata) -- an "abstract" class, inherited by:
34
34
-[Text](https://dom.spec.whatwg.org/#interface-text) -- the class corresponding to a text inside elements, e.g. `Hello` in `<p>Hello</p>`.
0 commit comments