Tweak wording some more

This commit is contained in:
Wes Cossick 2016-01-22 13:59:40 -06:00
parent 1e51e98649
commit cc4cd7acdd

View file

@ -164,7 +164,7 @@ var simplemde = new SimpleMDE({
onUpdate: function(el) {
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,
toolbar: false,
toolbarTips: false,