docs: fix typos, duplicated words, wrong property names etc. (#12480)

### What?
fix typos in doc
### Why?
because they are typos
### How?
checked manually with the help of AI
This commit is contained in:
Anyu Jiang
2025-05-26 01:58:26 +08:00
committed by GitHub
parent c010d51543
commit e2f7889d72
22 changed files with 35 additions and 35 deletions

View File

@@ -135,7 +135,7 @@ export const MyComponent: React.FC<{
### Overriding Converters
You can override any of the default JSX converters by passing passing your custom converter, keyed to the node type, to the `converters` prop / the converters function.
You can override any of the default JSX converters by passing your custom converter, keyed to the node type, to the `converters` prop / the converters function.
Example - overriding the upload node converter to use next/image: