Skip to content

Commit 18c30c2

Browse files
Update src/content/reference/react-dom/hooks/useFormStatus.md
Co-authored-by: Xavi Lee <awxiaoxian2020@163.com>
1 parent c9c950b commit 18c30c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/hooks/useFormStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ canary: true
1111

1212
<Intro>
1313

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

1616
```js
1717
const { pending, data, method, action } = useFormStatus();

0 commit comments

Comments
 (0)