Skip to content

Commit 5a1aa1c

Browse files
authored
doc(spelling): fix reentrance spelling in readme
1 parent d3786d4 commit 5a1aa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ issues known issues that are not presently on the roadmap:
189189
- Scripts: This parser does not contain a JavaScript or a CSS
190190
interpreter. While one may be supplied, not all features will be
191191
supported.
192-
- Rentrance: The current parser is not re-entrant. (Thus you can't pause
192+
- Reentrance: The current parser is not re-entrant. (Thus you can't pause
193193
the parser to modify the HTML string mid-parse.)
194194
- Validation: The current tree builder is **not** a validating parser.
195195
While it will correct some HTML, it does not check that the HTML

0 commit comments

Comments
 (0)