Skip to content

Commit b8110fe

Browse files
Yucohnyloveloki
andauthored
Update src/content/reference/react-dom/hooks/useFormStatus.md
Co-authored-by: Xleine <[email protected]>
1 parent 4f406b6 commit b8110fe

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)