diff --git a/docs/reference/formatting.md b/docs/reference/formatting.md index 7dec1ca69..d1e0c9a23 100644 --- a/docs/reference/formatting.md +++ b/docs/reference/formatting.md @@ -106,7 +106,7 @@ When [Caret & Tilde][Caret, Mark & Tilde] are enabled, text can be sub- and superscripted with a simple syntax, which is more convenient than directly using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags: -``` markdown title="Text with sub- und superscripts" +``` markdown title="Text with sub- and superscripts" - H~2~O - A^T^A ```