Skip to content

Commit

Permalink
fix(typo): spelling covert -> convert (#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Oct 16, 2022
1 parent 4c64f1c commit 24a1d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/form_mapping.go
Expand Up @@ -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
Expand Down

0 comments on commit 24a1d2a

Please sign in to comment.