From f947e41610d0157d4ae21dbad82f21e5dee6d6ed Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 24 May 2022 02:30:08 -0300 Subject: [PATCH] Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- src/Discord.Net.Core/Entities/Channels/IForumChannel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs index 4a576c5d8..3a6360b8b 100644 --- a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs @@ -197,7 +197,7 @@ namespace Discord /// The options to be used when sending the request. /// /// A task that represents an asynchronous get operation for retrieving the threads. The task result contains - /// a collection of privatly archived threads. + /// a collection of privately archived threads. /// Task> GetPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null);