We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab18d2f commit ea5061aCopy full SHA for ea5061a
src/content/reference/react-dom/hooks/index.md
@@ -14,7 +14,7 @@ The `react-dom` package contains Hooks that are only supported for web applicati
14
15
*Forms* let you create interactive controls for submitting information. To manage forms in your components, use one of these Hooks:
16
17
-* [`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.
18
19
```js
20
function Form({ action }) {
0 commit comments