Skip to content

Commit 95c9bb0

Browse files
Yucohnyloveloki
andauthored
Update src/content/reference/react-dom/hooks/useFormStatus.md
Co-authored-by: Xleine <xleine@qq.com>
1 parent 18c30c2 commit 95c9bb0

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
@@ -68,7 +68,7 @@ export default App() {
6868
* `method`:字符串,可以是 `'get'``'post'`。表示父级 `<form>` 使用 `GET``POST` [HTTP 方法](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) 进行提交。默认情况下,`<form>` 将使用 `GET` 方法,并可以通过 [`method`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#method) 属性指定。
6969

7070
[//]: # (链接到 `<form>` 文档。"在 `<form>` 上的 `action` 属性上阅读更多信息。")
71-
* `action`引用传递给父级 `<form>``action` 属性的函数。如果没有父级 `<form>`,则该属性为 `null`。如果在 `action` 属性上提供了 URI 值,或者未指定 `action` 属性,`status.action` 将为 `null`
71+
* `action`一个传递给父级 `<form>``action` 属性的函数引用。如果没有父级 `<form>`,则该属性为 `null`。如果在 `action` 属性上提供了 URI 值,或者未指定 `action` 属性,`status.action` 将为 `null`
7272

7373
#### 注意 {/*caveats*/}
7474

0 commit comments

Comments
 (0)