Skip to content

Commit 8bfbebb

Browse files
author
Will Toozs
committed
fixup: update max post field length error
1 parent 03e6752 commit 8bfbebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errors/arsenalErrors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const MaxMessageLengthExceeded: ErrorFormat = {
284284
export const MaxPostPreDataLengthExceeded: ErrorFormat = {
285285
code: 400,
286286
description:
287-
'Your POST request fields preceeding 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)