From ddca4307e69b65b0bc9b756d3dc83d1cd3fe01ad Mon Sep 17 00:00:00 2001 From: Premsugeendran Date: Sun, 10 May 2026 10:23:38 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20fix=20typo=20"recieve"=20=E2=86=92=20"?= =?UTF-8?q?receive"=20in=20api.ts=20JSDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 54473dec..0b29cb08 100644 --- a/src/api.ts +++ b/src/api.ts @@ -175,7 +175,7 @@ export class SlashCreatorAPI { * @param interactionToken The interaction's token. * @param body The body to send. * @param files The files to send. - * @param withResponse Whether to recieve the response of the interaction callback + * @param withResponse Whether to receive the response of the interaction callback */ interactionCallback( interactionID: string,