Skip to content

Commit

Permalink
Fix "readable" spelling (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayazexo authored Jul 7, 2022
1 parent 6de239c commit cc480a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Errors thrown by the REST API are included in the [response](/developer-docs/lat
"error": {
"status": "", // HTTP status
"name": "", // Strapi error name ('ApplicationError' or 'ValidationError')
"message": "", // A human reable error message
"message": "", // A human readable error message
"details": {
// error info specific to the error type
}
Expand Down

0 comments on commit cc480a7

Please sign in to comment.