diff --git a/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs b/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs
index 83e3202c7..553712857 100644
--- a/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs
+++ b/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs
@@ -2,7 +2,7 @@ namespace Discord
{
public enum TargetUserType
{
- /// The invite target user type is not defined.
+ /// The invite whose target user type is not defined.
Undefined = 0,
/// The invite is for a Go Live stream.
Stream = 1
diff --git a/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs b/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs
index 770483391..9387beac9 100644
--- a/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs
+++ b/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs
@@ -373,7 +373,7 @@ namespace Discord.WebSocket
///
///
/// This event is fired when an invite is created. The event handler must return a
- /// and accept a as its parameters.
+ /// and accept a as its parameter.
///
///
/// The invite created will be passed into the parameter.
@@ -390,10 +390,10 @@ namespace Discord.WebSocket
///
/// This event is fired when an invite is deleted. The event handler must return
/// a and accept a and
- /// as its parameters.
+ /// as its parameter.
///
///
- /// The channel where this invite was will be passed into the parameter.
+ /// The channel where this invite was created will be passed into the parameter.
///
///
/// The code of the deleted invite will be passed into the parameter.