Skip to content

Commit 2864899

Browse files
committed
Fix typos
1 parent c9dbb55 commit 2864899

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
@@ -344,7 +344,7 @@ When using TypeScript, the `variables` option is required along with any require
344344
345345
You change variables by calling the execution function with updated variables.
346346
347-
The following is an example that get's the selected dog's photo when clicking the "Get photo" button.
347+
The following is an example that gets the selected dog's photo when clicking the "Get photo" button.
348348
349349
```jsx
350350
function DogPhoto() {
@@ -496,7 +496,7 @@ const handleClick = async () => {
496496
497497
<Note>
498498
499-
`data` might not contain any partial data will instead be set as `undefined`. This typically occurs when a [network error](./error-handling#network-errors) causes the query to fail since the error might not be associated with GraphQL execution.
499+
`data` might not contain any partial data will instead be set as `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)