Skip to content

Commit 85a78f9

Browse files
docs(Message): remove duplicated word 'of' in description (#9923)
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>
1 parent 85753a9 commit 85a78f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord.js/src/structures/Message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Message extends Base {
148148

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

0 commit comments

Comments
 (0)