We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e6752 commit 8bfbebbCopy full SHA for 8bfbebb
lib/errors/arsenalErrors.ts
@@ -284,7 +284,7 @@ export const MaxMessageLengthExceeded: ErrorFormat = {
284
export const MaxPostPreDataLengthExceeded: ErrorFormat = {
285
code: 400,
286
description:
287
- 'Your POST request fields preceeding the upload file were too large.',
+ 'Your POST request fields preceeding the upload file was too large.',
288
};
289
290
export const MetadataTooLarge: ErrorFormat = {
0 commit comments