chore: fix small typo in options description

This commit is contained in:
Estevao Soares dos Santos 2016-11-11 07:57:56 +00:00
parent d51be6e0b4
commit 1a232e8717
5 changed files with 1 additions and 1 deletions

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.

Binary file not shown.

View File

@ -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'
}
};