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