diff --git a/src-docs/src/views/form_validation/form_validation_example.js b/src-docs/src/views/form_validation/form_validation_example.js index b2df118557..0a0294ae58 100644 --- a/src-docs/src/views/form_validation/form_validation_example.js +++ b/src-docs/src/views/form_validation/form_validation_example.js @@ -37,9 +37,7 @@ export const FormValidationExample = { Validation is achieved by applying isInvalid and optionally error props onto the OuiForm or{' '} OuiFormRow components. Errors are optional and are - passed as an array in case you need to list more than one. You can - also hide the callout by passing - invalidCallout=“none“. + passed as an array in case you need to list more than one.

), source: [