Skip to content

Commit

Permalink
Fixes Issue#1
Browse files Browse the repository at this point in the history
  • Loading branch information
fxg42 authored Apr 7, 2023
1 parent 4487f70 commit 8ec7afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ this behaviour.
// Valid if string length in (0..30]
def schema = [
type: 'string',
minLenght: 0,
minLength: 0,
maxLength: 30,
exclusiveMinimum: true,
]
Expand Down

0 comments on commit 8ec7afd

Please sign in to comment.