From c76a62964f166801286d435f5b8db8b67e317d95 Mon Sep 17 00:00:00 2001
From: Dan <14043624+delivrance@users.noreply.github.com>
Date: Sun, 30 Jun 2019 18:51:04 +0200
Subject: [PATCH] Update: consistent examples
---
docs/source/topics/text-formatting.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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**: