Skip to content

Commit e76420a

Browse files
authored
Merge pull request #3130 from gionny96/patch-1
Fixed a typo
2 parents 422bc3b + 187dee3 commit e76420a

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The classes are:
2828

2929
- [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.
3030

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.
3232

3333
- [CharacterData](https://dom.spec.whatwg.org/#interface-characterdata) -- an "abstract" class, inherited by:
3434
- [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

Comments
 (0)