diff --git a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs index 61c625bdf..6ce9489f6 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -118,7 +118,7 @@ namespace Discord.WebSocket /// /// With this option set to , you will have to acknowledge the interaction with /// . - /// Only after the interaction is acknowledged, the origional slash command message will be visible. + /// Only after the interaction is acknowledged, the original slash command message will be visible. /// /// /// Please note that manually acknowledging the interaction with a message reply will not provide any return data.