Browse Source

style(converter.js): fix missing semi colon

Estevao Soares dos Santos 10 years ago
parent
commit
e7cb15f1e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/converter.js

+ 1 - 1
src/converter.js

@@ -78,7 +78,7 @@ showdown.Converter = function (converterOptions) {
       }
     } else {
       throw Error('Converter expects the passed parameter to be an object, but ' + typeof converterOptions +
-      ' was passed instead.')
+      ' was passed instead.');
     }
 
     if (options.extensions) {