Skip to content

Commit

Permalink
docs(README): fix missing word (graphql#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored and jliu670 committed Aug 14, 2020
1 parent 17d7c19 commit 6290e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The `graphqlHTTP` function accepts the following options:
- **`pretty`**: If `true`, any JSON response will be pretty-printed.

- **`extensions`**: An optional function for adding additional metadata to the
GraphQL response as a key-value object. The result will be added to
GraphQL response as a key-value object. The result will be added to the
`"extensions"` field in the resulting JSON. This is often a useful place to
add development time metadata such as the runtime of a query or the amount
of resources consumed. This may be an async function. The function is
Expand Down

0 comments on commit 6290e0e

Please sign in to comment.