Skip to content

Commit 20f6c56

Browse files
authored
doc: Fix typo in README.md. minHeights -> minHeight (#678)
1 parent 5d30d18 commit 20f6c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ Inherit custom color variables by adding [`.wmde-markdown-var`](https://github.c
938938
- `overflow?: boolean=true`: Disable `fullscreen` setting body styles
939939
- `preview?: 'live' | 'edit' | 'preview'`: Default value `live`, Show markdown preview.
940940
- `maxHeight?: number=1200`: Maximum drag height. The `visibleDragbar=true` value is valid.
941-
- `minHeights?: number=100`: Minimum drag height. The `visibleDragbar=true` value is valid.
941+
- `minHeight?: number=100`: Minimum drag height. The `visibleDragbar=true` value is valid.
942942
- `tabSize?: number=2`: The number of characters to insert when pressing tab key. Default `2` spaces.
943943
- `defaultTabEnable?: boolean=false`: If `false`, the `tab` key inserts a tab character into the textarea. If `true`, the `tab` key executes default behavior e.g. focus shifts to next element.
944944
- `hideToolbar?: boolean=false`: Option to hide the tool bar.

0 commit comments

Comments
 (0)