fix: fix a typo (#1522)

Signed-off-by: chenquan <chenquan.dev@foxmail.com>
master
chenquan 3 years ago committed by GitHub
parent 0ce85376bf
commit 1993faf2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ const yamlTagKey = "json"
var (
// ErrUnsupportedType is an error that indicates the config format is not supported.
ErrUnsupportedType = errors.New("only map-like configs are suported")
ErrUnsupportedType = errors.New("only map-like configs are supported")
yamlUnmarshaler = NewUnmarshaler(yamlTagKey)
)

Loading…
Cancel
Save