fix : typo in form component documentation (#7894)

Fix "documentatino" typo to "documentation" in comment about useOptimistic reference page.
This commit is contained in:
Jinhyun Park
2025-09-03 03:01:37 +09:00
committed by GitHub
parent 337d5eaf7d
commit e9efd19e5a

View File

@@ -229,7 +229,7 @@ export async function deliverMessage(message) {
</Sandpack>
[//]: # 'Uncomment the next line, and delete this line after the `useOptimistic` reference documentatino page is published'
[//]: # 'Uncomment the next line, and delete this line after the `useOptimistic` reference documentation page is published'
[//]: # 'To learn more about the `useOptimistic` Hook see the [reference documentation](/reference/react/useOptimistic).'
### Handling form submission errors {/*handling-form-submission-errors*/}