We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2ad17 commit 6788f6bCopy full SHA for 6788f6b
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