Skip to content

Commit 9c08245

Browse files
author
Ikko Ashimine
authored
chore: Fix typo in status.ts (#3923)
ocurred -> occurred
1 parent 36ee3d6 commit 9c08245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export enum Status {
1111
RateLimit = 'rate_limit',
1212
/** The event could not be processed. */
1313
Invalid = 'invalid',
14-
/** A server-side error ocurred during submission. */
14+
/** A server-side error occurred during submission. */
1515
Failed = 'failed',
1616
}
1717

0 commit comments

Comments
 (0)