From dd2bf84fde7fa4adcb63f9aed74ba6af8cb11a26 Mon Sep 17 00:00:00 2001 From: Ollie Relph Date: Fri, 21 Feb 2014 17:47:35 +0000 Subject: [PATCH] Correct spelling of undefined --- src/showdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/showdown.js b/src/showdown.js index b488bad..8645171 100644 --- a/src/showdown.js +++ b/src/showdown.js @@ -117,7 +117,7 @@ var g_output_modifiers = []; // Automatic Extension Loading (node only): // -if (typeof module !== 'undefind' && typeof exports !== 'undefined' && typeof require !== 'undefind') { +if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefind') { var fs = require('fs'); if (fs) {