We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a24555 commit f95a3b3Copy full SHA for f95a3b3
html/doc.go
@@ -104,7 +104,7 @@ tokenization, and tokenization and tree construction stages of the WHATWG HTML
104
parsing specification respectively. While the tokenizer parses and normalizes
105
individual HTML tokens, only the parser constructs the DOM tree from the
106
tokenized HTML, as described in the tree construction stage of the
107
-specification, dynamically modifying or extending the docuemnt's DOM tree.
+specification, dynamically modifying or extending the document's DOM tree.
108
109
If your use case requires semantically well-formed HTML documents, as defined by
110
the WHATWG specification, the parser should be used rather than the tokenizer.
0 commit comments