diff --git a/packages/discord.js/src/structures/MessageAttachment.js b/packages/discord.js/src/structures/MessageAttachment.js index 79e87bf2b..3426a17ae 100644 --- a/packages/discord.js/src/structures/MessageAttachment.js +++ b/packages/discord.js/src/structures/MessageAttachment.js @@ -124,7 +124,7 @@ class MessageAttachment { if ('content_type' in data) { /** - * This media type of this attachment + * The media type of this attachment * @type {?string} */ this.contentType = data.content_type;