typedef: fix spelling

This commit is contained in:
CanadaHonk 2022-12-18 12:37:31 +00:00
parent 4dd8af60cc
commit 3a9a4e4e95

2
gluon.d.ts vendored
View File

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