diff --git a/docs/Validation.md b/docs/Validation.md index ec8f1685d8d..64e21ef1ad3 100644 --- a/docs/Validation.md +++ b/docs/Validation.md @@ -383,5 +383,3 @@ export const UserCreate = () => { {% endraw %} **Tip**: The shape of the returned validation errors must correspond to the form: a key needs to match a `source` prop. - -**Tip**: The returned validation errors might have any validation format we support (simple strings or object with message and args) for each key.