Skip to content

Commit f835f72

Browse files
committed
middlewares -> middleware
1 parent 1ea7ee4 commit f835f72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/GraphQLOverHTTP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@ it had `Accept: application/graphql-response+json` but use
447447
Note: This recommendation uses this specification's full range of HTTP status
448448
codes whilst maximizing compatibility with _legacy client_ for successful and
449449
partially successful requests. HTTP responses could originate from non-GraphQL
450-
intermediary servers and middlewares handling failures (HTTP `4xx` and `5xx`),
451-
so clients typically can only rely on a response to be from GraphQL either when
452-
it is successful (HTTP `2xx`) or when it explicitly declares it is a GraphQL
450+
intermediary servers and middleware handling failures (HTTP `4xx` and `5xx`), so
451+
clients typically can only rely on a response to be from GraphQL either when it
452+
is successful (HTTP `2xx`) or when it explicitly declares it is a GraphQL
453453
response (`Content-Type: application/graphql-response+json`).
454454

455455
If the `Accept` header is present but indicates support for neither any of the

0 commit comments

Comments
 (0)