Skip to content

Commit

Permalink
docs(MessageAttachment): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Feb 25, 2022
1 parent f47d288 commit b4990f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/MessageAttachment.js
Expand Up @@ -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;
Expand Down

0 comments on commit b4990f7

Please sign in to comment.