Skip to content

Commit b0ba65f

Browse files
authored
Update README.md (#337)
1 parent 677fb67 commit b0ba65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ const stringify = fastJson({
342342
savedId: { type: 'string' }
343343
},
344344
// without "required" validation any object will match
345-
required: ['saveId']
345+
required: ['savedId']
346346
},
347347
{
348348
type: 'object',

0 commit comments

Comments
 (0)