fix word misspelling

This commit is contained in:
guonaihong 2019-09-04 09:00:59 +08:00
parent 53df00ffe4
commit e7d66c6d17

View File

@ -43,5 +43,5 @@ func (plainBinding) Bind(req *http.Request, obj interface{}) error {
return nil
}
return fmt.Errorf("type (%T) unkown type", v)
return fmt.Errorf("type (%T) unknown type", v)
}