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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user