From d32956c6b70a3a03c431d5f761c058072999289a Mon Sep 17 00:00:00 2001 From: J-Human Date: Wed, 6 Oct 2021 14:40:25 +0800 Subject: [PATCH] docs(MessagePayload): change the typo of "wether" to "whether" (#6771) --- src/structures/MessagePayload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessagePayload.js b/src/structures/MessagePayload.js index c3c9a775e..1512970ed 100644 --- a/src/structures/MessagePayload.js +++ b/src/structures/MessagePayload.js @@ -81,7 +81,7 @@ class MessagePayload { } /** - * Wether or not the target is a {@link MessageManager} + * Whether or not the target is a {@link MessageManager} * @type {boolean} * @readonly */