From 3a9a4e4e95f5165db4618243b55744eb635d97fb Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sun, 18 Dec 2022 12:37:31 +0000 Subject: [PATCH] typedef: fix spelling --- gluon.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon.d.ts b/gluon.d.ts index a5dbfd6..5807ed4 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -30,7 +30,7 @@ type IPCApi = { type: string, /** - * Ran whenever an IPC event of type specified is recieved. Should return optionally with what to reply with. + * Ran whenever an IPC event of type specified is received. Should return optionally with what to reply with. * @returns Optionally with what to reply with, otherwise null by default. */ callback: (data: any) => any