Skip to content

Commit 696efb3

Browse files
committed
Fix typo
1 parent 08d283f commit 696efb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/data/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ const handleClick = async () => {
496496
497497
<Note>
498498
499-
`data` might not contain any partial data is instead set to `undefined`. This typically occurs when a [network error](./error-handling#network-errors) causes the query to fail because the error might not be associated with GraphQL execution.
499+
`data` might not contain any partial data and is instead set to `undefined`. This typically occurs when a [network error](./error-handling#network-errors) causes the query to fail because the error might not be associated with GraphQL execution.
500500
501501
</Note>
502502

0 commit comments

Comments
 (0)