Skip to content

Commit

Permalink
docs(core): correct properties spelling (#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumdzeehol committed Nov 21, 2022
1 parent 48fd184 commit b020602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/docs/api/models/Form.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Subscribe to news
#### Signature

```ts
interface subscibe<T> {
interface subscribe<T> {
(callback: (payload: T) => void): number
}
```
Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/api/models/Form.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ interface notify<T> {
#### 绛惧悕

```ts
interface subscibe<T> {
interface subscribe<T> {
(callback: (payload: T) => void): number
}
```
Expand Down

0 comments on commit b020602

Please sign in to comment.