From 8d0d1bebd81b2c0c5dd09b7abf9e9e8c828c1e84 Mon Sep 17 00:00:00 2001 From: J-Human Date: Wed, 6 Oct 2021 13:39:10 +0800 Subject: [PATCH] docs(MessagePayload): change the typo of "wether" to "whether" --- 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 c3c9a775e38d..1512970ed713 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 */