Skip to content

Commit 6788f6b

Browse files
authored
Fixes typo (#7688)
1 parent 9b2ad17 commit 6788f6b

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/hooks

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/hooks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `react-dom` package contains Hooks that are only supported for web applicati
1414

1515
*Forms* let you create interactive controls for submitting information. To manage forms in your components, use one of these Hooks:
1616

17-
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of the a form.
17+
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of a form.
1818

1919
```js
2020
function Form({ action }) {

0 commit comments

Comments
 (0)