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
35fcd2cc6c
commit
3f90ebb7fb
|
@ -112,7 +112,7 @@ Local options can be set:
|
||||||
* **through the setOption() method**
|
* **through the setOption() method**
|
||||||
```js
|
```js
|
||||||
var converter = new showdown.Converter();
|
var converter = new showdown.Converter();
|
||||||
conveter.setOption('optionKey', 'value');
|
converter.setOption('optionKey', 'value');
|
||||||
```
|
```
|
||||||
|
|
||||||
### Getting an option
|
### Getting an option
|
||||||
|
|
Loading…
Reference in New Issue
Block a user