Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit aa4bdd0

Browse files
Merge pull request #402 from OriginalEXE/patch-1
Fix a typo
2 parents f848790 + 870c7dd commit aa4bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `graphqlHTTP` function accepts the following options:
8686
`"extensions"` field in the resulting JSON. This is often a useful place to
8787
add development time metadata such as the runtime of a query or the amount
8888
of resources consumed. This may be an async function. The function is
89-
give one object as an argument: `{ document, variables, operationName, result }`.
89+
given one object as an argument: `{ document, variables, operationName, result }`.
9090

9191
* **`validationRules`**: Optional additional validation rules queries must
9292
satisfy in addition to those defined by the GraphQL spec.

0 commit comments

Comments
 (0)