From 171f95d49cac1c48e3e88f40db2ddb71ac0b8aef Mon Sep 17 00:00:00 2001 From: Gersti <88879471+Gxrsti@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:05:01 +0200 Subject: [PATCH] Fixed a typo on the documentation homepage. (#2761) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3e18513c..40c88674 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,7 +62,7 @@ feature-rich structure to register & handle interactions like application comman #### Slash Commands Slash commands are purposed to take over the normal prefixed commands in Discord and comes with good functionality to serve as a replacement. -Being interactions, they are handled as SocketInteractions. Creating and receiving slashcommands is covered below. +Being interactions, they are handled as SocketInteractions. Creating and receiving slash commands is covered below. - Find out more about slash commands in the [Slash Command Guides](xref:Guides.SlashCommands.Intro)