Skip to content

Commit 20f5b54

Browse files
committed
Fix naming and style based on feedback
* forceSynch -> forceSync * change documentation description
1 parent 0fb087c commit 20f5b54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ simplemde.value("This text will appear in the editor");
7878
- **code** Can be set to ```` ``` ```` or `~~~`. Defaults to ```` ``` ````.
7979
- **italic** Can be set to `*` or `_`. Defaults to `*`.
8080
- **element**: The DOM element for the textarea to use. Defaults to the first textarea on the page.
81-
- **forceSynch**: If set to `true`, force changes made in editor to be saved back to original textarea.
81+
- **forceSync**: If set to `true`, force text changes made in SimpleMDE to be immediately stored in original textarea. Defaults to `false`.
8282
- **hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar.
8383
- **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.
8484
- **initialValue**: If set, will customize the initial value of the editor.

0 commit comments

Comments
 (0)