Skip to content

Commit

Permalink
docs(core): fix typo (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grapedge authored Dec 10, 2021
1 parent 8dbb458 commit 0f9e7a0
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/ArrayField.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Append an element to the end of the array and trigger onInput

```ts
interface push {
(...items: any[]): Prommise<void>
(...items: any[]): Promise<void>
}
```

Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/api/models/ArrayField.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ order: 2

```ts
interface push {
(...items: any[]): Prommise<void>
(...items: any[]): Promise<void>
}
```

Expand Down

0 comments on commit 0f9e7a0

Please sign in to comment.