Skip to content

Commit

Permalink
Merge pull request #82 from apiaryio/abtris/fix-typo
Browse files Browse the repository at this point in the history
fix: typo in http messages
  • Loading branch information
honzajavorek authored Sep 16, 2016
2 parents 1e7be7d + 66135cd commit 20669aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/validatable-http-message.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Validatable
catch error
message = {
message: 'Real body "Content-Type" header is "' +
contentType + '" but body is not a parseble JSON.'
contentType + '" but body is not a parsable JSON.'
severity: 'error'
}
message.message = message.message + "\n" + error.message
Expand Down

0 comments on commit 20669aa

Please sign in to comment.