Skip to content

Commit 74884d8

Browse files
committed
Fix typo
1 parent 083303a commit 74884d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ pnpm add @programmer_network/use-ajv-form
2626

2727
Below is a table describing the options you can pass to `useAJVForm`:
2828

29-
| Option | Type | Description |
30-
| --------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------ |
31-
| `customKeywords` | `KeywordDefinition[]` | Custom AJV keywords for additional validation logic. |
32-
| `errors` | `ErrorObject[]` | Pre-defined errors to set initial form errors. This could also be errors originating from your API. |
33-
| `userDefinedMessages` | `Record<string, AJVMessageFunction>` | Custom error messages for validation errors. |
34-
| `shouldDebounceAndValidate` | `boolean` | If `true`, enables debouncing for field validation. |
35-
| `debounceTime` | `number` | Time in milliseconds for debouncing validation. Ignore if `shouldDebounceAndValidate` is set to false. |
29+
| Option | Type | Description |
30+
| --------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------- |
31+
| `customKeywords` | `KeywordDefinition[]` | Custom AJV keywords for additional validation logic. |
32+
| `errors` | `ErrorObject[]` | Pre-defined errors to set initial form errors. This could also be errors originating from your API. |
33+
| `userDefinedMessages` | `Record<string, AJVMessageFunction>` | Custom error messages for validation errors. |
34+
| `shouldDebounceAndValidate` | `boolean` | If `true`, enables debouncing for field validation. |
35+
| `debounceTime` | `number` | Time in milliseconds for debouncing validation. Ignored if `shouldDebounceAndValidate` is set to false. |
3636

3737
## Usage
3838

0 commit comments

Comments
 (0)