Skip to content

Commit 1973cd0

Browse files
authored
fix: minor spelling fix in docs (#1472)
## Fixes Or Enhances Single-line change fixing a spelling error at the end of the docs. **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
1 parent bdc3a7d commit 1973cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ This package panics when bad input is provided, this is by design, bad code like
15191519
that should not make it to production.
15201520
15211521
type Test struct {
1522-
TestField string `validate:"nonexistantfunction=1"`
1522+
TestField string `validate:"nonexistentfunction=1"`
15231523
}
15241524
15251525
t := &Test{

0 commit comments

Comments
 (0)