Skip to content

Commit 361935a

Browse files
authored
docs: fix typo on Initial Query Data page (TanStack#1565)
1 parent f0ce833 commit 361935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/initial-query-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Initial Query Data
66
There are many ways to supply initial data for a query to the cache before you need it:
77

88
- Declaratively:
9-
- Provide `initialData` to a query to prepopulate the its cache if empty
9+
- Provide `initialData` to a query to prepopulate its cache if empty
1010
- Imperatively:
1111
- [Prefetch the data using `queryClient.prefetchQuery`](../prefetching)
1212
- [Manually place the data into the cache using `queryClient.setQueryData`](../prefetching)

0 commit comments

Comments
 (0)