summaryrefslogtreecommitdiffstats
path: root/minifiers/minifiers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'minifiers/minifiers_test.go')
-rw-r--r--minifiers/minifiers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/minifiers/minifiers_test.go b/minifiers/minifiers_test.go
index c3922b06d..9e62c5d50 100644
--- a/minifiers/minifiers_test.go
+++ b/minifiers/minifiers_test.go
@@ -95,7 +95,7 @@ func TestConfigureMinify(t *testing.T) {
}{
{media.HTMLType, "<hello> Hugo! </hello>", "<hello> Hugo! </hello>", false}, // configured minifier
{media.CSSType, " body { color: blue; } ", "body{color:blue}", false}, // default minifier
- {media.XMLType, " <hello> Hugo! </hello> ", "", true}, // disable Xml minificatin
+ {media.XMLType, " <hello> Hugo! </hello> ", "", true}, // disable Xml minification
} {
var b bytes.Buffer
if !test.errorExpected {