diff --git a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs
index b0d0bf1cc..36eba0cd1 100644
--- a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs
+++ b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs
@@ -37,7 +37,7 @@ namespace Discord.WebSocket
public bool IsDefaultPermission { get; private set; }
///
- /// Gets a collection of 's for this command.
+ /// Gets a collection of s for this command.
///
///
/// If the is not a slash command, this field will be an empty collection.