Skip to content

Commit c47e0e2

Browse files
committed
Fix typo
1 parent 1977dbe commit c47e0e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/data/queries.mdx

Lines changed: 2 additions & 2 deletions
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
@@ -551,7 +551,7 @@ The `retain()` method returns the original promise. The previous example can be
551551
const { data } = await getDogs().retain();
552552
```
553553
554-
For a complete list of supported options and result properties, see the [`useQuery` API reference](../api/react/useLazyQuery).
554+
For a complete list of supported options and result properties, see the [`useLazyQuery` API reference](../api/react/useLazyQuery).
555555
556556
## Setting a fetch policy
557557

0 commit comments

Comments
 (0)