Merge pull request #628 from trheyi/main

fix misspelling
This commit is contained in:
Max 2024-06-26 19:35:42 +08:00 committed by GitHub
commit 691c3d5ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)
}