Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/pages/guides/placeholder-query-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Placeholder data allows a query to behave as if it already has data, similar to
There are a few ways to supply placeholder data for a query to the cache before you need it:

- Declaratively:
- Provide `placeholderData` to a query to prepopulate the its cache if empty
- Provide `placeholderData` to a query to prepopulate its cache if empty
- Imperatively:
- [Prefetch or fetch the data using `queryClient` and the `placeholderData` option](./prefetching)

Expand Down