Skip to content

Commit

Permalink
docs(Message): remove duplicated word 'of' in description (#9923)
Browse files Browse the repository at this point in the history
fix(Message): remove duplicated word 'of' in description

This commit removes the secondary 'of' in the description for the Message structure. This doesn't change anything drastically in terms of the actual code as it's just a JSDoc comment.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
ignxdank and kodiakhq[bot] committed Nov 4, 2023
1 parent 85753a9 commit 85a78f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/Message.js
Expand Up @@ -148,7 +148,7 @@ class Message extends Base {

if ('components' in data) {
/**
* An array of of action rows in the message.
* An array of action rows in the message.
* <info>This property requires the {@link GatewayIntentBits.MessageContent} privileged intent
* in a guild for messages that do not mention the client.</info>
* @type {ActionRow[]}
Expand Down

0 comments on commit 85a78f9

Please sign in to comment.