Forráskód Böngészése

chore: fix small typo in options description

Estevao Soares dos Santos 8 éve
szülő
commit
1a232e8717
5 módosított fájl, 2 hozzáadás és 2 törlés
  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: {
       defaultValue: false,
-      description: 'Tries to smartly fix identation in es6 strings',
+      description: 'Tries to smartly fix indentation in es6 strings',
       type: 'boolean'
     }
   };

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/showdown.js.map


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/showdown.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/showdown.min.js.map


+ 1 - 1
src/options.js

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

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott