From 1e5052a1aff49ad378a0e23dd1c4e8d9a2fe5f87 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 25 Mar 2023 00:21:39 +0100 Subject: [PATCH] Fix typo in clickable links doc --- docs/source/Concepts/Clickable-Links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Concepts/Clickable-Links.md b/docs/source/Concepts/Clickable-Links.md index 86241c6e67..ce3ef68f03 100644 --- a/docs/source/Concepts/Clickable-Links.md +++ b/docs/source/Concepts/Clickable-Links.md @@ -31,7 +31,7 @@ This will display as "If you go __to the north__ you will find a cottage." where Example: ``` -"Omnious |luhttps://mycoolsounds.com/chanting"|ltchanting sounds|le are coming from beyond the door. +"Omnious |luhttps://mycoolsounds.com/chanting|ltchanting sounds|le are coming from beyond the door." ``` This will show as "Omnious **chanting sounds** are coming from beyond the door", where clicking the link will open the url in a browser if the client supports doing so.