fix(typo): spelling `covert` -> `convert` (#3325)

This commit is contained in:
John Bampton 2022-10-16 11:41:14 +10:00 committed by GitHub
parent 4c64f1c385
commit 24a1d2adb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
var (
errUnknownType = errors.New("unknown type")
// ErrConvertMapStringSlice can not covert to map[string][]string
// ErrConvertMapStringSlice can not convert to map[string][]string
ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings")
// ErrConvertToMapString can not convert to map[string]string