From 5fed3e93f4e9363201c2f62b735fa1437930710c Mon Sep 17 00:00:00 2001 From: Yuri Date: Sat, 24 Aug 2024 21:51:39 -0400 Subject: [PATCH] Update djot.md to fix a tiny typo --- doc/djot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/djot.md b/doc/djot.md index 335e5c4..c1de4c2 100644 --- a/doc/djot.md +++ b/doc/djot.md @@ -11,7 +11,7 @@ djot [options] [file..] djot is a command-line parser for [djot markup](https://djot.net). It can produce -- an HMTL document (default behavior or `-t html`) +- an HTML document (default behavior or `-t html`) - a stream of annotated tokens with byte offsets (`-t events`) - an AST in either human-readable or JSON form (`-t ast`, `-t astpretty`). - a djot document (`-t djot`)