diff --git a/docs/chat/message-formatting.md b/docs/chat/message-formatting.md index ba3fbc5c..458a304d 100644 --- a/docs/chat/message-formatting.md +++ b/docs/chat/message-formatting.md @@ -19,6 +19,6 @@ Cwtch currently supports the following formatting markdown for messages: * `**bold**` which will render **bold** * `*italic*` which will render *italic* * ``code`` which will render `code` -* `^superscript^` which will render superscript -* `_subscript_` which will render subscript -* `~~strikthrough~~` which will render ~~strikethrough~~ +* `^superscript^` which will render superscript +* `_subscript_` which will render subscript +* `~~strikthrough~~` which will render strikethrough