From 026fd723dc8bc327b86096c489df5b8f8e9035ba Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Sep 2014 10:39:51 -0700 Subject: Fixed typo. starting --- js/stmd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/stmd.js b/js/stmd.js index f7a1e4c..4b80581 100755 --- a/js/stmd.js +++ b/js/stmd.js @@ -1401,7 +1401,7 @@ case 'Code': return inTags('code', [], this.escape(inline.c)); default: - console.log("Uknown inline type " + inline.t); + console.log("Unknown inline type " + inline.t); return ""; } }; @@ -1465,7 +1465,7 @@ case 'HorizontalRule': return inTags('hr',[],"",true); default: - console.log("Uknown block type " + block.t); + console.log("Unknown block type " + block.t); return ""; } }; -- cgit v1.2.3