mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: fix small typo in options description
This commit is contained in:
parent
d51be6e0b4
commit
1a232e8717
BIN
dist/showdown.js
vendored
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.js.map
vendored
BIN
dist/showdown.js.map
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
|
@ -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'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user