docs(MessageButton): fix info tag (#6590)

This commit is contained in:
Rodry
2021-09-05 15:39:27 +01:00
committed by GitHub
parent 08edc0b1db
commit db73cf9255

View File

@@ -119,7 +119,7 @@ class MessageButton extends BaseMessageComponent {
/**
* Sets the URL of this button.
* <note>MessageButton#style must be LINK when setting a URL</note>
* <info>MessageButton#style must be LINK when setting a URL</info>
* @param {string} url The URL of this button
* @returns {MessageButton}
*/