Skip to content

Commit 868fa9b

Browse files
- more improvements
1 parent f3e7fb7 commit 868fa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/usage/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ const schema: RJSFSchema = {
701701
format: 'date',
702702
};
703703

704-
const validator = customizeValidator({ extender: ajvErrors });
704+
const validator = customizeValidator({ extenderFn: ajvErrors });
705705

706706
render(<Form schema={schema} validator={validator} />, document.getElementById('app'));
707707
```

0 commit comments

Comments
 (0)