Skip to content

Commit 1016c27

Browse files
author
Will Toozs
committed
ARSN-422: update max post field length error
1 parent 6a568af commit 1016c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/errors/arsenalErrors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ export const MaxMessageLengthExceeded: ErrorFormat = {
281281
description: 'Your request was too big.',
282282
};
283283

284-
export const MaxPostPreDataLengthExceededError: ErrorFormat = {
284+
export const MaxPostPreDataLengthExceeded: ErrorFormat = {
285285
code: 400,
286286
description:
287-
'Your POST request fields preceding the upload file were too large.',
287+
'Your POST request fields preceeding the upload file was too large.',
288288
};
289289

290290
export const MetadataTooLarge: ErrorFormat = {

0 commit comments

Comments
 (0)