Skip to content

Commit 51ec18b

Browse files
author
Adebiyi Adedotun
committed
Fix typo in Placeholder Query Data guide
1 parent 532ee6b commit 51ec18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Placeholder data allows a query to behave as if it already has data, similar to
1212
There are a few ways to supply placeholder data for a query to the cache before you need it:
1313

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

0 commit comments

Comments
 (0)