We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ee3d6 commit 9c08245Copy full SHA for 9c08245
packages/types/src/status.ts
@@ -11,7 +11,7 @@ export enum Status {
11
RateLimit = 'rate_limit',
12
/** The event could not be processed. */
13
Invalid = 'invalid',
14
- /** A server-side error ocurred during submission. */
+ /** A server-side error occurred during submission. */
15
Failed = 'failed',
16
}
17
0 commit comments