diff --git a/components/form/demo/validate-other.md b/components/form/demo/validate-other.md index 6660ef33ad..3d912e65de 100644 --- a/components/form/demo/validate-other.md +++ b/components/form/demo/validate-other.md @@ -79,7 +79,7 @@ class Demo extends React.Component { { required: true, message: 'Please select your favourite colors!', type: 'array' }, ], })( -