Commit 3f5ef0b69b60c0613b2d8596a659eab291c29a7e

Martin Mitas 2019-12-13T13:41:53

CHANGELOG.md: Fix a typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26000cb..6a7e917 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,7 +45,7 @@ New features:
    Contributed by [Tilman Roeder](https://github.com/dyedgreen).
 
  * With `MD_FLAG_WIKILINKS`, Wiki-style links (`[[...]]`) are now recognized.
-   (Note htough that the HTML renderer renders them as a custom `<x-wikilink>`
+   (Note though that the HTML renderer renders them as a custom `<x-wikilink>`
    tag.)
 
    Contributed by [Nils Blomqvist](https://github.com/niblo).