From c2becef580213f19871f687992067345fded721f Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 23 Apr 2026 13:42:45 +0100 Subject: [PATCH] Clarify intent --- spec/GraphQLOverHTTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/GraphQLOverHTTP.md b/spec/GraphQLOverHTTP.md index d621d2c7..8378f997 100644 --- a/spec/GraphQLOverHTTP.md +++ b/spec/GraphQLOverHTTP.md @@ -685,7 +685,7 @@ request error_ has occurred it is seen as a "partial response" or "partial success". If the _GraphQL response_ does not contain the {data} entry then the server MUST -reply with a `4xx` or `5xx` status code as appropriate: +reply with an appropriate `4xx` or `5xx` status code: - If the failure is due to an issue in the request itself, the appropriate `4xx` status code should be used: