diff --git a/src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs b/src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs
index 616fdd47d..d6f1a3c49 100644
--- a/src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs
+++ b/src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs
@@ -36,7 +36,7 @@ namespace Discord.Rest
public double? MaxValue { get; private set; }
///
- /// Gets a collection of 's for this command.
+ /// Gets a collection of s for this command.
///
public IReadOnlyCollection Choices { get; private set; }