Skip to content

Commit cc4cd7a

Browse files
author
Wes Cossick
committed
Tweak wording some more
1 parent 1e51e98 commit cc4cd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ var simplemde = new SimpleMDE({
164164
onUpdate: function(el) {
165165
el.innerHTML = ++this.keystrokes + " Keystrokes";
166166
}
167-
}], // Another optional usage, with a custom status item that counts keystrokes
167+
}], // Another optional usage, with a custom status bar item that counts keystrokes
168168
tabSize: 4,
169169
toolbar: false,
170170
toolbarTips: false,

0 commit comments

Comments
 (0)