From 5f474a41aef57d5212a0f0c0a47e20ba4d0290c8 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 24 May 2022 02:30:15 -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 580b752ec..f4c6da2e2 100644 --- a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs @@ -209,7 +209,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> GetJoinedPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null); }