error in spelling (#732)

This commit is contained in:
Qalifah 2021-04-06 02:06:40 +01:00 committed by GitHub
parent ec1baac93d
commit 0e674563ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ func main() {
// register validation for 'User'
// NOTE: only have to register a non-pointer type for 'User', validator
// interanlly dereferences during it's type checks.
// internally dereferences during it's type checks.
validate.RegisterStructValidation(UserStructLevelValidation, User{})
// build 'User' info, normally posted data etc...