Skip to content

Commit 1b43f0d

Browse files
authored
Fixed a typo in the validators documentation (#530)
1 parent af6bba1 commit 1b43f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/validators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can use GroovyKeyword like below:
8585

8686
In this library, if the format keyword is "email", "uuid", "date", "date-time", default validator provided by the library will be used.
8787

88-
If you want to override this behaivor, do as belows.
88+
If you want to override this behavior, do as below.
8989

9090
```
9191
public JsonSchemaFactory mySchemaFactory() {

0 commit comments

Comments
 (0)