Fix typo in bun.d.ts (#1619)

occured -> occurred
This commit is contained in:
Ikko Ashimine
2022-12-17 03:36:07 +09:00
committed by GitHub
parent 01ed3045cb
commit b06ca07eee

View File

@@ -2666,7 +2666,7 @@ declare module "bun" {
exitCode: number | null,
signalCode: number | null,
/**
* If an error occured in the call to waitpid2, this will be the error.
* If an error occurred in the call to waitpid2, this will be the error.
*/
error?: Errorlike,
): void | Promise<void>;