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);