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: Xavi Lee <awxiaoxian2020@163.com>
  • Loading branch information
Yucohny and awxiaoxian2020 authored Oct 19, 2023
1 parent c9c950b commit 18c30c2
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 18c30c2

Please sign in to comment.