diff --git a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs index 51d604735..d2bf54f41 100644 --- a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs +++ b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs @@ -14,7 +14,7 @@ public class RoleConnection public string PlatformName { get; } /// - /// Gets the username on the platform a bot has connected. + /// Gets the username on the platform a bot has connected to. /// public string PlatformUsername { get; }