Skip to content

Commit 9596493

Browse files
grammar: fix comma splices and similar minor issues (#331)
Co-authored-by: Martin Bonnin <[email protected]>
1 parent 56ae9ea commit 9596493

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/GraphQLOverHTTP.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ rely on a draft in a production GraphQL Service.
1414
This specification details how GraphQL should be served and consumed over HTTP
1515
in order to maximize interoperability between clients, servers and tools. This
1616
specification does not override or replace the
17-
[GraphQL specification](https://spec.graphql.org), it extends it to cover the
17+
[GraphQL specification](https://spec.graphql.org); it extends it to cover the
1818
topic of serving GraphQL services over HTTP. If any statement or algorithm in
1919
this specification appears to conflict with the GraphQL specification, the
2020
behavior detailed in the GraphQL specification should be used (and an issue
2121
raised).
2222

2323
The [GraphQL specification](https://spec.graphql.org) deliberately does not
24-
specify the transport layer, however HTTP is the most common choice when serving
25-
GraphQL to remote clients due to its ubiquity.
24+
specify the transport layer; however, HTTP is the most common choice when
25+
serving GraphQL to remote clients due to its ubiquity.
2626

2727
Previous to this specification, the article
2828
[Serving over HTTP](https://graphql.org/learn/serving-over-http)
@@ -105,7 +105,7 @@ and a GraphQL response in an HTTP response.
105105
Specification compliant HTTP server unless the context indicates otherwise.
106106

107107
The role of a _server_ is to provide a _client_ access to one or more GraphQL
108-
services over HTTP. A _server_ is not a _GraphQL service_, it is a GraphQL
108+
services over HTTP. A _server_ is not a _GraphQL service_; it is a GraphQL
109109
service host.
110110

111111
:: In this document, the term _client_ refers to a GraphQL over HTTP
@@ -373,8 +373,8 @@ When encoded in JSON, a _GraphQL-over-HTTP request_ is encoded as a JSON object
373373
names and the values of which are the variable values
374374
- {extensions} - an optional object (map)
375375

376-
All other property names are reserved for future expansion; if implementors need
377-
to add additional information to a request they MUST do so via other means, the
376+
All other property names are reserved for future expansion. If implementors need
377+
to add additional information to a request they MUST do so via other means; the
378378
RECOMMENDED approach is to add an implementor-scoped entry to the {extensions}
379379
object.
380380

0 commit comments

Comments
 (0)