chore: fix typo "occured" -> "occurred" in index.d.ts

This commit is contained in:
premsreelathasugeendran
2026-05-10 10:20:12 -04:00
committed by Manuel Astudillo
parent 2bcbf9a13b
commit 73d0655069
Vendored
+1 -1
View File
@@ -989,7 +989,7 @@ declare namespace Bull {
on(event: string, callback: (...args: any[]) => void): this;
/**
* An error occured
* An error occurred
*/
on(event: 'error', callback: ErrorEventCallback): this;