mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: fix extra space in UIOptions/tools (#7537)
fix typo in UIOptions/tools
This commit is contained in:
parent
65047cc2cb
commit
1aaa400876
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ function App() {
|
|||
|
||||
## 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.
|
||||
|
||||
| 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…
Add table
Add a link
Reference in a new issue