Skip to content

Commit

Permalink
change silly copilot error
Browse files Browse the repository at this point in the history
  • Loading branch information
nolawnchairs committed Sep 2, 2023
1 parent 9f25d6c commit 3fd0929
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 @@ -35,7 +35,7 @@ declare function toStructuredError(error: ZodError, options?: ZodStructuredError

| Option | Type | Default | Description |
| --- | --- | --- | --- |
| `multiplesStrategy` | `join` or `string` | `join` | How to handle multiple errors for the same path |
| `multiplesStrategy` | `join` or `array` | `join` | How to handle multiple errors for the same path |
| `joinDelimiter` | `string` | `'; '` | The delimiter to use when joining multiple errors. Ignored when `multiplesStrategy` is set to `array` |
| `pathDelimiter` | `string` | `'.'` | The delimiter to use when joining error path segments |

Expand Down

0 comments on commit 3fd0929

Please sign in to comment.