Skip to content

Commit 6937cbc

Browse files
authored
Update docs/src/pages/guides/migrating-to-react-query-4.md
1 parent bf7e0b8 commit 6937cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/guides/migrating-to-react-query-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ In v4, `notifyOnChangeProps` defaults to the `"tracked"` behavior of v3 instead
4242
The `cancelRefetch` can be passed to all functions that imperatively fetch a query, namely:
4343

4444
- `queryClient.refetchQueries`
45-
- `queryClient.invalidateQueries`
46-
- `queryClient.resetQueries`
45+
- `queryClient.invalidateQueries`
46+
- `queryClient.resetQueries`
4747
- `refetch` returned from `useQuery`
4848
- `fetchNextPage` and `fetchPreviousPage` returned from `useInfiniteQuery`
4949

0 commit comments

Comments
 (0)