Skip to content

Commit

Permalink
Merge pull request #244 from Primigenus/patch-1
Browse files Browse the repository at this point in the history
Add missing paren
  • Loading branch information
lorensr authored Jan 25, 2017
2 parents 0521eb6 + aa686fa commit 1880b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ apolloClient.query({ query: secondQuery });
```

<h3 id="BatchingExplained">How query batching works</h3>
Query batching is a transport-level mechanism that works only with servers that support it (for example Apollo's [graphql-server](https://github.com/apollostack/graphql-server). Requests to servers that don't support transport batching will fail. If transport batching is turned on, multiple requests are batched together in an array:
Query batching is a transport-level mechanism that works only with servers that support it (for example, Apollo's [graphql-server](https://github.com/apollostack/graphql-server)). Requests to servers that don't support transport batching will fail. If transport batching is turned on, multiple requests are batched together in an array:

```
[{
Expand Down

0 comments on commit 1880b65

Please sign in to comment.