Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 66135cd

Browse files
author
Ladislav Prskavec
committed
fix: typo in http messages
1 parent 1e7be7d commit 66135cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/validatable-http-message.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Validatable
143143
catch error
144144
message = {
145145
message: 'Real body "Content-Type" header is "' +
146-
contentType + '" but body is not a parseble JSON.'
146+
contentType + '" but body is not a parsable JSON.'
147147
severity: 'error'
148148
}
149149
message.message = message.message + "\n" + error.message

0 commit comments

Comments
 (0)