Skip to content

Commit

Permalink
doc:improve validate documents (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmingxu authored Aug 17, 2020
1 parent 8faab44 commit 3a14530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/antd/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ interface IFormActions {
}): Promise<void | IFormValidateResult>
/*
* 校验表单, 当校验失败时抛出异常
* 校验表单, 当校验失败时抛出异常(注意:该校验只针对对x-rules进行校验,不会校验手动设置的errors)
*/
validate(
path?: FormPathPattern,
Expand Down
2 changes: 1 addition & 1 deletion packages/next/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ interface IFormActions {
}): Promise<void | IFormValidateResult>
/*
* 校验表单, 当校验失败时抛出异常
* 校验表单, 当校验失败时抛出异常(注意:该校验只针对对x-rules进行校验,不会校验手动设置的errors)
*/
validate(
path?: FormPathPattern,
Expand Down

0 comments on commit 3a14530

Please sign in to comment.