Browse Source

Fixed undefined typo

Estevão Soares dos Santos 10 years ago
parent
commit
24716d3520
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/showdown.js

+ 1 - 1
src/showdown.js

@@ -116,7 +116,7 @@ Showdown.converter = function (converter_options) {
 //
 // Automatic Extension Loading (node only):
 //
-    if (typeof module !== 'undefind' && typeof exports !== 'undefined' && typeof require !== 'undefind') {
+    if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefined') {
         var fs = require('fs');
 
         if (fs) {