Merge pull request #182 from LauraNK/master

Change wording of placeholder text
This commit is contained in:
Max Wu 2016-10-03 10:54:56 +08:00 committed by GitHub
commit 3a5ad16957

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'));