mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
Fixes typo (#7688)
This commit is contained in:
@@ -14,7 +14,7 @@ The `react-dom` package contains Hooks that are only supported for web applicati
|
||||
|
||||
*Forms* let you create interactive controls for submitting information. To manage forms in your components, use one of these Hooks:
|
||||
|
||||
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of the a form.
|
||||
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of a form.
|
||||
|
||||
```js
|
||||
function Form({ action }) {
|
||||
|
||||
Reference in New Issue
Block a user