From ceac176270c265528f76ff2d90dcd55ce9b84d32 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 15 Feb 2016 10:03:48 +0800 Subject: [PATCH] docs: update documentation --- components/form/demo/validate-customized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/demo/validate-customized.md b/components/form/demo/validate-customized.md index 5fca5e6e64..ad559e51e9 100644 --- a/components/form/demo/validate-customized.md +++ b/components/form/demo/validate-customized.md @@ -4,7 +4,7 @@ 密码校验实例。 -这里使用了 validation 的 `forceValidate(fields, callback)` 方法,在对第一次输入的密码进行校验时会触发二次密码的校验。 +这里使用了 `this.props.form.validateFields` 方法,在对第一次输入的密码进行校验时会触发二次密码的校验。 ---