From 3319846eccc746afe5793c9c1ddbca03b82fc48b Mon Sep 17 00:00:00 2001 From: Zoron Date: Wed, 27 Jun 2018 11:14:51 +0800 Subject: [PATCH] Form: fix a typo in docs (#11765) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit line 412: `...并 Form-Item 的...` -->> `...并将 Form-Item 的...` --- examples/docs/zh-CN/form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/zh-CN/form.md b/examples/docs/zh-CN/form.md index 8912b8879..9e6697029 100644 --- a/examples/docs/zh-CN/form.md +++ b/examples/docs/zh-CN/form.md @@ -409,7 +409,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h 在防止用户犯错的前提下,尽可能让用户更早地发现并纠正错误。 -:::demo Form 组件提供了表单验证的功能,只需要通过 `rules` 属性传入约定的验证规则,并 Form-Item 的 `prop` 属性设置为需校验的字段名即可。校验规则参见 [async-validator](https://github.com/yiminghe/async-validator) +:::demo Form 组件提供了表单验证的功能,只需要通过 `rules` 属性传入约定的验证规则,并将 Form-Item 的 `prop` 属性设置为需校验的字段名即可。校验规则参见 [async-validator](https://github.com/yiminghe/async-validator) ```html