Skip to content

Commit e9efd19

Browse files
authored
fix : typo in form component documentation (#7894)
Fix "documentatino" typo to "documentation" in comment about useOptimistic reference page.
1 parent 337d5ea commit e9efd19

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export async function deliverMessage(message) {
229229

230230
</Sandpack>
231231

232-
[//]: # 'Uncomment the next line, and delete this line after the `useOptimistic` reference documentatino page is published'
232+
[//]: # 'Uncomment the next line, and delete this line after the `useOptimistic` reference documentation page is published'
233233
[//]: # 'To learn more about the `useOptimistic` Hook see the [reference documentation](/reference/react/useOptimistic).'
234234

235235
### Handling form submission errors {/*handling-form-submission-errors*/}

0 commit comments

Comments
 (0)