aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bun-types/bun.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts
index c8e309400..f52a63bfb 100644
--- a/packages/bun-types/bun.d.ts
+++ b/packages/bun-types/bun.d.ts
@@ -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>;