Tweak wording some more

pull/237/head
Wes Cossick 8 years ago
parent 1e51e98649
commit cc4cd7acdd

@ -164,7 +164,7 @@ var simplemde = new SimpleMDE({
onUpdate: function(el) { onUpdate: function(el) {
el.innerHTML = ++this.keystrokes + " Keystrokes"; el.innerHTML = ++this.keystrokes + " Keystrokes";
} }
}], // Another optional usage, with a custom status item that counts keystrokes }], // Another optional usage, with a custom status bar item that counts keystrokes
tabSize: 4, tabSize: 4,
toolbar: false, toolbar: false,
toolbarTips: false, toolbarTips: false,

Loading…
Cancel
Save