diff --git a/packages/core/docs/api/models/Form.md b/packages/core/docs/api/models/Form.md index 30fa9ee7815..482f71d96e0 100644 --- a/packages/core/docs/api/models/Form.md +++ b/packages/core/docs/api/models/Form.md @@ -465,7 +465,7 @@ Subscribe to news #### Signature ```ts -interface subscibe { +interface subscribe { (callback: (payload: T) => void): number } ``` diff --git a/packages/core/docs/api/models/Form.zh-CN.md b/packages/core/docs/api/models/Form.zh-CN.md index f6f7b127206..557c26516e8 100644 --- a/packages/core/docs/api/models/Form.zh-CN.md +++ b/packages/core/docs/api/models/Form.zh-CN.md @@ -465,7 +465,7 @@ interface notify { #### 签名 ```ts -interface subscibe { +interface subscribe { (callback: (payload: T) => void): number } ```