mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
docs(README.md): fix typo
This commit is contained in:
parent
2baf7bf709
commit
2b76b6473d
|
@ -115,7 +115,7 @@ Showdown provides 2 methods (both local and global) to retrieve previous set opt
|
||||||
var myOption = showdown.getOption('optionKey');
|
var myOption = showdown.getOption('optionKey');
|
||||||
|
|
||||||
//Local
|
//Local
|
||||||
var myOption = conveter.getOption('optionKey');
|
var myOption = converter.getOption('optionKey');
|
||||||
```
|
```
|
||||||
|
|
||||||
#### getOptions()
|
#### getOptions()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user