mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
fix typo in docs
This commit is contained in:
@@ -146,7 +146,7 @@ the first element will always load at at least `300px`, even if `25%` were small
|
|||||||
Split(['#one', '#two'], {
|
Split(['#one', '#two'], {
|
||||||
sizes: [25, 75],
|
sizes: [25, 75],
|
||||||
minSize: [300, 100],
|
minSize: [300, 100],
|
||||||
expanedToMin: true,
|
expandToMin: true,
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user