From eb3a062001b33e097e5ce3cb2182fcedbcac0794 Mon Sep 17 00:00:00 2001 From: Flamenco Date: Wed, 4 Dec 2019 10:51:51 -0500 Subject: [PATCH] Fix comment typo --- Markdown.Editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Markdown.Editor.js b/Markdown.Editor.js index f0ab42f..3509a7f 100644 --- a/Markdown.Editor.js +++ b/Markdown.Editor.js @@ -1756,7 +1756,7 @@ }; // takes the line as entered into the add link/as image dialog and makes - // sure the URL and the optinal title are "nice". + // sure the URL and the optional title are "nice". function properlyEncoded(linkdef) { return linkdef.replace(/^\s*(.*?)(?:\s+"(.+)")?\s*$/, function (wholematch, link, title) { @@ -2330,4 +2330,4 @@ } -})(); \ No newline at end of file +})();