fix misspelling

This commit is contained in:
Max 2024-06-26 19:35:21 +08:00
parent a52f0ed1a4
commit e170f6017e

View file

@ -123,7 +123,7 @@ func (parser *TemplateParser) Render(html string) (string, error) {
// Remove the sui-hide attribute
doc.Find("[sui-hide]").Remove()
// Remove All comments and unsed nodes
// Remove All comments and used nodes
parser.tidy(doc.Selection)
}