From 3f90ebb7fbd616b4ca6d01aaa86de6be4743f1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Tue, 7 Jul 2015 10:48:39 +0100 Subject: [PATCH] docs(README.md): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9f379..e87cac6 100644 --- a/README.md +++ b/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