diff --git a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs index 3a6360b8b..580b752ec 100644 --- a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs @@ -202,7 +202,7 @@ namespace Discord Task> GetPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null); /// - /// Gets a collection of privatly archived threads that the current bot has joined within this forum channel. + /// Gets a collection of privately archived threads that the current bot has joined within this forum channel. /// /// The optional limit of how many to get. /// The optional date to return threads created before this timestamp.