ソースを参照

docs(README.md): fix typo

Estevão Soares dos Santos 10 年 前
コミット
3f90ebb7fb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -112,7 +112,7 @@ Local options can be set:
  * **through the setOption() method**
     ```js
     var converter = new showdown.Converter();
-    conveter.setOption('optionKey', 'value');
+    converter.setOption('optionKey', 'value');
     ```
 
 ### Getting an option