From db73cf925546cfe5da7cfe1eaa904341734491c5 Mon Sep 17 00:00:00 2001
From: Rodry <38259440+ImRodry@users.noreply.github.com>
Date: Sun, 5 Sep 2021 15:39:27 +0100
Subject: [PATCH] docs(MessageButton): fix info tag (#6590)
---
src/structures/MessageButton.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/structures/MessageButton.js b/src/structures/MessageButton.js
index 453ce9e47..a83cf1681 100644
--- a/src/structures/MessageButton.js
+++ b/src/structures/MessageButton.js
@@ -119,7 +119,7 @@ class MessageButton extends BaseMessageComponent {
/**
* Sets the URL of this button.
- * MessageButton#style must be LINK when setting a URL
+ * MessageButton#style must be LINK when setting a URL
* @param {string} url The URL of this button
* @returns {MessageButton}
*/