Skip to content

Commit

Permalink
fix comm typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedesaxe committed Jul 19, 2024
1 parent 0b6bb36 commit 7844e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func processContent(content string) (string, error) {
continue
}

// any whitespace bigger then 1 char, reduce to 1 char
// any whitespace bigger than 1 char, reduce to 1 char
for strings.Contains(classList, " ") {
classList = strings.ReplaceAll(classList, " ", " ")
}
Expand Down

0 comments on commit 7844e71

Please sign in to comment.