diff --git a/src/Discord.Net.Core/Entities/Users/IUser.cs b/src/Discord.Net.Core/Entities/Users/IUser.cs
index ae0b16a72..f99f777fb 100644
--- a/src/Discord.Net.Core/Entities/Users/IUser.cs
+++ b/src/Discord.Net.Core/Entities/Users/IUser.cs
@@ -130,7 +130,7 @@ namespace Discord
/// meaning that users and bots will not have access to this information.
///
///
- /// The type of Nitro subscription the user subscribes to, or null if this value could not be determined.
+ /// The type of Nitro subscription the user subscribes to, or null if this value could not be determined.
///
PremiumType? PremiumType { get; }
///