From 46be8fcc89018bbed286529589755172aa66a825 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 31 Jan 2019 16:47:35 -0800 Subject: [PATCH] typo fix --- src/Discord.Net.Core/Extensions/AttachmentExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);