Skip to content

Commit

Permalink
[Docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed May 16, 2024
1 parent e9fec2e commit fc5f6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/common/validation-and-sanitization.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here is the list of AJV options that can be overridden with FoalTS configuration
| --- | --- | --- |
| $data | `settings.ajv.$data` | - |
| allErrors | `settings.ajv.allErrors` | - |
| coerceTypes | `settings.ajv.coerceType` | true |
| coerceTypes | `settings.ajv.coerceTypes` | true |
| removeAdditional | `settings.ajv.removeAdditional` | true |
| useDefaults | `settings.ajv.useDefaults` | true |
| strict | `settings.ajv.strict` | - |
Expand Down

0 comments on commit fc5f6a9

Please sign in to comment.