From 7787a7695a3733f28b629e6a8892566cce66e6ed Mon Sep 17 00:00:00 2001 From: TotallyNotNero Date: Fri, 6 Aug 2021 07:15:23 -0500 Subject: [PATCH] docs: grammatical fix (#6311) --- src/structures/InteractionCollector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/InteractionCollector.js b/src/structures/InteractionCollector.js index 9155355e4..7ed7800c1 100644 --- a/src/structures/InteractionCollector.js +++ b/src/structures/InteractionCollector.js @@ -128,7 +128,7 @@ class InteractionCollector extends Collector { */ collect(interaction) { /** - * Emitted whenever a interaction is collected. + * Emitted whenever an interaction is collected. * @event InteractionCollector#collect * @param {Interaction} interaction The interaction that was collected */