mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fix typo
fix typo `conveter` to `converter`
This commit is contained in:
parent
3f90ebb7fb
commit
b921a063ae
|
@ -136,7 +136,7 @@ var myOption = converter.getOption('optionKey');
|
||||||
var showdownGlobalOptions = showdown.getOptions();
|
var showdownGlobalOptions = showdown.getOptions();
|
||||||
|
|
||||||
//Local
|
//Local
|
||||||
var thisConverterSpecificOptions = conveter.getOptions();
|
var thisConverterSpecificOptions = converter.getOptions();
|
||||||
```
|
```
|
||||||
|
|
||||||
### Retrieve the default options
|
### Retrieve the default options
|
||||||
|
|
Loading…
Reference in New Issue
Block a user