fix misspelling
This commit is contained in:
parent
a52f0ed1a4
commit
e170f6017e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue