mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
fix : typo in form component documentation (#7894)
Fix "documentatino" typo to "documentation" in comment about useOptimistic reference page.
This commit is contained in:
@@ -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*/}
|
||||
|
||||
Reference in New Issue
Block a user