docs: grammatical fix (#6311)

This commit is contained in:
TotallyNotNero
2021-08-06 07:15:23 -05:00
committed by GitHub
parent 06644770c8
commit 7787a7695a

View File

@@ -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
*/