From c3e6dde3435be97bb1e7850dd67fccca0b875d82 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 2 Dec 2020 01:10:21 +0100 Subject: [PATCH] fix: small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a04b3..3545d9c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ marked: - **pedantic** - Conform to obscure parts of `markdown.pl` as much as possible. Don't fix any of the original markdown bugs or poor behavior. - **breaks** - Enable GFM [line breaks](https://help.github.com/articles/github-flavored-markdown#newlines). This option requires the `gfm` option to be true. - **smartLists** - Use smarter list behavior than the original markdown. -- **smartypants** - Use "smart" typograhic punctuation for things like quotes and dashes. +- **smartypants** - Use "smart" typographic punctuation for things like quotes and dashes. - **quotes** - Defines the double and single quotes used for substituting regular quotes if **smartypants** is enabled. * Example: '«»“”' * "double" will be turned into «single»