Skip to content

Commit 4998866

Browse files
committed
add missing quotes
1 parent 855e7ba commit 4998866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/GraphQLOverHTTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ recommended response. However, the server authors may know better about the
432432
specific clients consuming their endpoint, thus both approaches are permitted.
433433

434434
A GraphQL server MUST support responses using the
435-
application/graphql-response+json media type.
435+
`application/graphql-response+json` media type.
436436

437437
For maximal compatibility, a _server_ SHOULD support using both the
438438
`application/json` and the `application/graphql-response+json` media types for

0 commit comments

Comments
 (0)