From c43f068f6cca42969aa7213a5256cb6c08a0490f Mon Sep 17 00:00:00 2001 From: Laura Kyle Date: Sun, 2 Oct 2016 21:39:45 -0400 Subject: [PATCH] Change wording of placeholder text --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index bbb0d3b..03729de 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -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'));