diff --git a/src/Discord.Net.Core/Entities/Channels/ITextChannel.cs b/src/Discord.Net.Core/Entities/Channels/ITextChannel.cs
index 29c764e3f..1b3ece2c1 100644
--- a/src/Discord.Net.Core/Entities/Channels/ITextChannel.cs
+++ b/src/Discord.Net.Core/Entities/Channels/ITextChannel.cs
@@ -30,7 +30,7 @@ namespace Discord
/// Gets the current slow-mode delay for this channel.
///
///
- /// An representing the time in seconds required before the user can send another
+ /// An representing the time in seconds required before the user can send another
/// message; 0 if disabled.
///
int SlowModeInterval { get; }
diff --git a/src/Discord.Net.Core/Extensions/MessageExtensions.cs b/src/Discord.Net.Core/Extensions/MessageExtensions.cs
index 90ebea92f..64a1d89ab 100644
--- a/src/Discord.Net.Core/Extensions/MessageExtensions.cs
+++ b/src/Discord.Net.Core/Extensions/MessageExtensions.cs
@@ -39,7 +39,7 @@ namespace Discord
///
/// A task that represents the asynchronous operation for adding a reaction to this message.
///
- ///
+ ///
///
public static async Task AddReactionsAsync(this IUserMessage msg, IEmote[] reactions, RequestOptions options = null)
{
@@ -51,7 +51,7 @@ namespace Discord
///
///
/// This method does not bulk remove reactions! If you want to clear reactions from a message,
- ///
+ ///
///
///
///
@@ -64,7 +64,7 @@ namespace Discord
///
/// A task that represents the asynchronous operation for removing a reaction to this message.
///
- ///
+ ///
///
public static async Task RemoveReactionsAsync(this IUserMessage msg, IUser user, IEmote[] reactions, RequestOptions options = null)
{
diff --git a/src/Discord.Net.Core/IDiscordClient.cs b/src/Discord.Net.Core/IDiscordClient.cs
index e1c900680..f972cd71d 100644
--- a/src/Discord.Net.Core/IDiscordClient.cs
+++ b/src/Discord.Net.Core/IDiscordClient.cs
@@ -270,7 +270,7 @@ namespace Discord
///
/// The options to be used when sending the request.
///
- /// A task that represents the asynchronous get operation. The task result contains an
+ /// A task that represents the asynchronous get operation. The task result contains an
/// that represents the number of shards that should be used with this account.
///
Task GetRecommendedShardCountAsync(RequestOptions options = null);
diff --git a/src/Discord.Net.Core/RequestOptions.cs b/src/Discord.Net.Core/RequestOptions.cs
index 6aa0eea12..1b05df2a3 100644
--- a/src/Discord.Net.Core/RequestOptions.cs
+++ b/src/Discord.Net.Core/RequestOptions.cs
@@ -49,8 +49,7 @@ namespace Discord
/// clock for rate-limiting. Defaults to true.
///
///
- /// This property can also be set in .
- ///
+ /// This property can also be set in .
/// On a per-request basis, the system clock should only be disabled
/// when millisecond precision is especially important, and the
/// hosting system is known to have a desynced clock.
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs
index f432b4ca5..7a015d6bc 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs
@@ -78,7 +78,7 @@ namespace Discord.Rest
/// Gets the current slow-mode delay of the created channel.
///
///
- /// An representing the time in seconds required before the user can send another
+ /// An representing the time in seconds required before the user can send another
/// message; 0 if disabled.
/// null if this is not mentioned in this entry.
///
@@ -95,7 +95,7 @@ namespace Discord.Rest
/// Gets the bit-rate that the clients in the created voice channel are requested to use.
///
///
- /// An representing the bit-rate (bps) that the created voice channel defines and requests the
+ /// An representing the bit-rate (bps) that the created voice channel defines and requests the
/// client(s) to use.
/// null if this is not mentioned in this entry.
///
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs
index 390749929..81ae7155b 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs
@@ -71,7 +71,7 @@ namespace Discord.Rest
/// Gets the slow-mode delay of the deleted channel.
///
///
- /// An representing the time in seconds required before the user can send another
+ /// An representing the time in seconds required before the user can send another
/// message; 0 if disabled.
/// null if this is not mentioned in this entry.
///
@@ -88,7 +88,7 @@ namespace Discord.Rest
/// Gets the bit-rate of this channel if applicable.
///
///
- /// An representing the bit-rate set of the voice channel.
+ /// An representing the bit-rate set of the voice channel.
/// null if this is not mentioned in this entry.
///
public int? Bitrate { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelInfo.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelInfo.cs
index d6d2fb4b3..0284b63f5 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelInfo.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelInfo.cs
@@ -32,7 +32,7 @@ namespace Discord.Rest
/// Gets the current slow-mode delay of this channel.
///
///
- /// An representing the time in seconds required before the user can send another
+ /// An representing the time in seconds required before the user can send another
/// message; 0 if disabled.
/// null if this is not mentioned in this entry.
///
@@ -49,7 +49,7 @@ namespace Discord.Rest
/// Gets the bit-rate of this channel if applicable.
///
///
- /// An representing the bit-rate set for the voice channel;
+ /// An representing the bit-rate set for the voice channel;
/// null if this is not mentioned in this entry.
///
public int? Bitrate { get; }