add space

This commit is contained in:
Alexander Wang 2023-04-08 11:35:54 -07:00
parent b3b97d1a46
commit 343b9daaca
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -385,7 +385,7 @@ func (s *Style) Apply(key, value string) error {
break
}
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
default: