Skip to content

Commit

Permalink
Update src/content/reference/react-dom/hooks/useFormStatus.md
Browse files Browse the repository at this point in the history
Co-authored-by: Xleine <xleine@qq.com>
  • Loading branch information
Yucohny and loveloki authored Oct 20, 2023
1 parent 4f406b6 commit b8110fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/hooks/useFormStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ canary: true

<Intro>

`useFormStatus` 是一个用于提供上次表单提交的状态信息的 Hook。
`useFormStatus` 是一个提供上次表单提交状态信息的 Hook。

```js
const { pending, data, method, action } = useFormStatus();
Expand Down

0 comments on commit b8110fe

Please sign in to comment.