Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

fix some wording #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Values in keys:

## Error handling

Error responses should include a common HTTP status code, message for the developer, message for the end-user (when appropriate), internal error code (corresponding to some specific internally determined ID), links where developers can find more info. For example:
Error responses should include a common HTTP status code, a message for the developer, a message for the end-user (when appropriate), an internal error code (corresponding to some specific internally determined ID), and links where developers can find more info. For example:

{
"status" : 400,
Expand Down