From 97b08588136ea11e06505151de0359d4d7d3c6bc Mon Sep 17 00:00:00 2001 From: Wyatt Alt Date: Mon, 27 Apr 2015 22:33:18 -0700 Subject: [PATCH] fix some wording This commit changes a comma-separated list in the Error Handling section to include a, an, and and. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a1b0d..59aea76 100644 --- a/README.md +++ b/README.md @@ -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,