Browse Source

[#14] speling fix

Corey Innis 12 năm trước cách đây
mục cha
commit
60c6eec3eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/run.js

+ 1 - 1
test/run.js

@@ -74,7 +74,7 @@ if (path.existsSync('test/extensions')) {
             // Make sure extension exists
             var src = 'src/extensions/' + ext + '.js';
             if (!path.existsSync(src)) {
-                throw "Attempting tests for '" + ext + "' but sourc file (" + src + ") was not found.";
+                throw "Attempting tests for '" + ext + "' but source file (" + src + ") was not found.";
             }
 
             var converter = new showdown.converter({ extensions: [ ext ] });