Commit da77b928d7202f94d4e31da44d2e8dc57ede39a3

Martin Mitas 2021-04-15T19:14:43

CHANGELOG.md: Fix typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f97e27..336014c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ Fixes:
    the block) could eat 1 line of actual contents.
 
  * [#150](https://github.com/mity/md4c/issues/150):
-   Fix md2html utility to output proper DOCTYPE and HTML tags when `full-html`
+   Fix md2html utility to output proper DOCTYPE and HTML tags when `--full-html`
    command line options is used, accordingly to the expected output format
    (HTML or XHTML).