Skip to content

Commit

Permalink
Update: refetching.mdx
Browse files Browse the repository at this point in the history
Fix wrong typo from `ingore` to `ignore`
  • Loading branch information
SupakornNetsuwan authored Aug 19, 2024
1 parent 143ae5a commit b563b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/refetching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ await client.refetchQueries({

// Called once for every active query, allowing dynamic filtering:
onQueryUpdated(observableQuery) {
return !shouldIngoreQuery(observableQuery);
return !shouldIgnoreQuery(observableQuery);
},
});
```
Expand Down

0 comments on commit b563b65

Please sign in to comment.