We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24659e4 commit 4f9f583Copy full SHA for 4f9f583
1 file changed
src/nu/validator/htmlparser/impl/TreeBuilder.java
@@ -6712,7 +6712,7 @@ private void errNoTableRowToClose() throws SAXException {
6712
}
6713
6714
private void errNonSpaceInTable() throws SAXException {
6715
- err("Misplaced non-space characters insided a table.");
+ err("Misplaced non-space characters inside a table.");
6716
6717
6718
private void errUnclosedChildrenInRuby() throws SAXException {
0 commit comments