Skip to content

Commit 8026f4b

Browse files
Adebiyi AdedotunTkDodo
andauthored
* Fix typo in Mutations guide * Update docs/src/pages/guides/mutations.md Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc> * Fix typo in Placeholder Query Data guide Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent 542ad07 commit 8026f4b

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)