Browse Source

chore: fix small typo in options description

Estevao Soares dos Santos 8 years ago
parent
commit
1a232e8717
5 changed files with 2 additions and 2 deletions
  1. 1 1
      dist/showdown.js
  2. 0 0
      dist/showdown.js.map
  3. 0 0
      dist/showdown.min.js
  4. 0 0
      dist/showdown.min.js.map
  5. 1 1
      src/options.js

+ 1 - 1
dist/showdown.js

@@ -75,7 +75,7 @@ function getDefaultOpts(simple) {
     },
     },
     smartIndentationFix: {
     smartIndentationFix: {
       defaultValue: false,
       defaultValue: false,
-      description: 'Tries to smartly fix identation in es6 strings',
+      description: 'Tries to smartly fix indentation in es6 strings',
       type: 'boolean'
       type: 'boolean'
     }
     }
   };
   };

File diff suppressed because it is too large
+ 0 - 0
dist/showdown.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/showdown.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/showdown.min.js.map


+ 1 - 1
src/options.js

@@ -73,7 +73,7 @@ function getDefaultOpts(simple) {
     },
     },
     smartIndentationFix: {
     smartIndentationFix: {
       defaultValue: false,
       defaultValue: false,
-      description: 'Tries to smartly fix identation in es6 strings',
+      description: 'Tries to smartly fix indentation in es6 strings',
       type: 'boolean'
       type: 'boolean'
     }
     }
   };
   };

Some files were not shown because too many files changed in this diff