From 83b3ef367f937b7e7bf448d38d9360aa93ca24ef Mon Sep 17 00:00:00 2001 From: Ammar Alakkad Date: Fri, 19 Sep 2014 10:35:15 +0300 Subject: [PATCH] Fix typo --- public/res/extensions/emailConverter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/res/extensions/emailConverter.js b/public/res/extensions/emailConverter.js index 3220ebbf..0eda475f 100644 --- a/public/res/extensions/emailConverter.js +++ b/public/res/extensions/emailConverter.js @@ -3,7 +3,7 @@ define([ ], function(Extension) { var emailConverter = new Extension("emailConverter", "Markdown Email", true); - emailConverter.settingsBlock = '

Converts email adresses in the form <email@example.com> into clickable links.

'; + emailConverter.settingsBlock = '

Converts email addresses in the form <email@example.com> into clickable links.

'; emailConverter.onPagedownConfigure = function(editor) { editor.getConverter().hooks.chain("postConversion", function(text) {