mirror of
https://github.com/OptimalBits/bull.git
synced 2026-07-02 00:17:41 +08:00
chore: fix typo "occured" -> "occurred" in index.d.ts
This commit is contained in:
committed by
Manuel Astudillo
parent
2bcbf9a13b
commit
73d0655069
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user