diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs
index 79d95fd82..02037bc3c 100644
--- a/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs
+++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs
@@ -100,7 +100,7 @@ namespace Discord.WebSocket
///
/// The role that you want to get the overwrite permissions for.
///
- /// The overwrite permissions for the requested role; otherwise null.
+ /// The overwrite permissions for the requested role; otherwise null.
///
public OverwritePermissions? GetPermissionOverwrite(IRole role)
{