Skip to content

Commit

Permalink
docs(core): fix typo (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
li9269391 authored May 27, 2021
1 parent ba7d307 commit c568de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/docs/api/models/Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ interface setWarning {

#### 描述

设置字段成功信息,这里是以 EffectWarning 为 code 的 feedback 更新,主要是防止污染校验器结果,如果希望强制覆盖,则可以使用 setFeedback
设置字段成功信息,这里是以 EffectSuccess 为 code 的 feedback 更新,主要是防止污染校验器结果,如果希望强制覆盖,则可以使用 setFeedback

#### 签名

Expand Down
6 changes: 3 additions & 3 deletions packages/core/docs/api/models/Form.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ FormPathPattern API 参考 [FormPath](/api/entry/form-path#formpathpattern)

#### 描述

根据指定路径获取表单值是
根据指定路径获取表单值

#### 签名

Expand All @@ -212,7 +212,7 @@ FormPathPattern API 参考 [FormPath](/api/entry/form-path#formpathpattern)

#### 描述

根据指定路径获取表单默认值是
根据指定路径获取表单默认值

#### 签名

Expand Down Expand Up @@ -547,7 +547,7 @@ IFormState 参考 [IFormState](#iformstate)

#### 描述

设置表单状态
获取表单状态

#### 签名

Expand Down

0 comments on commit c568de9

Please sign in to comment.