diff --git a/docs/source/topics/text-formatting.rst b/docs/source/topics/text-formatting.rst
index 03b50a8e..fc8b952c 100644
--- a/docs/source/topics/text-formatting.rst
+++ b/docs/source/topics/text-formatting.rst
@@ -78,7 +78,7 @@ To strictly use this mode, pass "markdown" to the *parse_mode* parameter when us
"**bold**, "
"__italic__, "
"--underline--, "
- "~~strikethrough~~, "
+ "~~strike~~, "
"[mention](tg://user?id=23122162), "
"[URL](https://pyrogram.org), "
"`code`, "
@@ -128,7 +128,7 @@ The following tags are currently supported:
"bold, "
"italic, "
"underline, "
- "strikethrough, "
+ "strike, "
"mention, "
"URL, "
"code
\n\n"
@@ -210,13 +210,13 @@ Here there are some example texts you can try sending:
**Markdown**:
- ``**bold, --underline--**``
-- ``**bold __italic --underline ~~striked~~--__**``
+- ``**bold __italic --underline ~~strike~~--__**``
- ``**bold __and** italic__``
**HTML**:
- ``bold, underline``
-- ``bold italic underline striked``
+- ``bold italic underline strike``
- ``bold and italic``
**Combined**: