docs: fix extra space in UIOptions/tools (#7537)

fix typo in UIOptions/tools
pull/7493/merge
みけCAT 1 year ago committed by GitHub
parent 65047cc2cb
commit 1aaa400876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,9 +73,9 @@ function App() {
## tools ## tools
This `prop ` controls the visibility of the tools in the editor. This `prop` controls the visibility of the tools in the editor.
Currently you can control the visibility of `image` tool via this prop. Currently you can control the visibility of `image` tool via this prop.
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| image | boolean | true | Decides whether `image` tool should be visible. | image | boolean | true | Decides whether `image` tool should be visible.

Loading…
Cancel
Save