Skip to content

Commit 0c8c53a

Browse files
jedadarnfish
authored andcommitted
grammar
1 parent 25b26d5 commit 0c8c53a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/errors.utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const RoomNameTooLong: APIResponse = {
7676
response: 'ROOM_NAME_TOO_LONG',
7777
error: {
7878
title: 'Room Name Too Long',
79-
description: 'This room name is too short. Please specify a name with up to 30 characters.'
79+
description: 'This room name is too short. Please specify a name up to 30 characters.'
8080
},
8181
status: 413
8282
}
@@ -85,7 +85,7 @@ export const RoomNameTooShort: APIResponse = {
8585
response: 'ROOM_NAME_TOO_SHORT',
8686
error: {
8787
title: 'Room Name Too Long',
88-
description: 'This room name is too short. Please specify a name with up to 30 characters.'
88+
description: 'This room name is too short. Please specify a name up to 30 characters.'
8989
},
9090
status: 413
9191
}

0 commit comments

Comments
 (0)