diff --git a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs index b764fedc8..51d604735 100644 --- a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs +++ b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs @@ -9,7 +9,7 @@ namespace Discord; public class RoleConnection { /// - /// Gets the vanity name of the platform a bot has connected. + /// Gets the vanity name of the platform a bot has connected to. /// public string PlatformName { get; }