diff --git a/src/Discord.Net.Core/Extensions/AttachmentExtensions.cs b/src/Discord.Net.Core/Extensions/AttachmentExtensions.cs index 8a9e18dbf..128661bdc 100644 --- a/src/Discord.Net.Core/Extensions/AttachmentExtensions.cs +++ b/src/Discord.Net.Core/Extensions/AttachmentExtensions.cs @@ -3,7 +3,7 @@ namespace Discord public static class AttachmentExtensions { /// - /// Gets wheter the message's attachments are spoilers or not. + /// Gets whether the message's attachments are spoilers or not. /// public static bool IsSpoiler(this IAttachment attachment) => attachment.Filename.StartsWith(IAttachment.SpoilerPrefix);