add space
This commit is contained in:
parent
b3b97d1a46
commit
343b9daaca
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ func (s *Style) Apply(key, value string) error {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if !go2.Contains(textTransforms, strings.ToLower(value)) {
|
if !go2.Contains(textTransforms, strings.ToLower(value)) {
|
||||||
return fmt.Errorf(`expected "text-transform" to be one of (%s)`, strings.Join(textTransforms, ","))
|
return fmt.Errorf(`expected "text-transform" to be one of (%s)`, strings.Join(textTransforms, ", "))
|
||||||
}
|
}
|
||||||
s.TextTransform.Value = value
|
s.TextTransform.Value = value
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue