diff --git a/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs b/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs index 8e9326822..5f66df929 100644 --- a/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs +++ b/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs @@ -45,12 +45,12 @@ namespace Discord.Interactions } /// - /// Respond to an interaction with a and fills the value fields of the modal using the property values of the provided + /// Respond to an interaction with an and fills the value fields of the modal using the property values of the provided /// instance. /// /// Type of the implementation. /// The interaction to respond to. - /// instance to get field values from. + /// The instance to get field values from. /// The request options for this request. /// Delegate that can be used to modify the modal. ///