Change wording of placeholder text

This commit is contained in:
Laura Kyle 2016-10-02 21:39:45 -04:00 committed by GitHub
parent aaf32dc4bf
commit c43f068f6c
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ var editor = CodeMirror.fromTextArea(textit, {
addModeClass: true,
readOnly: true,
autoRefresh: true,
placeholder: "← Start by enter title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)"
placeholder: "← Start by entering a title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)"
});
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor);
defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));