Skip to content

Commit eb94ef3

Browse files
docs: fix minor typo (TanStack#2083)
1 parent 2cb94ad commit eb94ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/paginated-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ However, if you run this simple example, you might notice something strange:
1313

1414
**The UI jumps in and out of the `success` and `loading` states because each new page is treated like a brand new query.**
1515

16-
This experience is not optimal and unfortunately is how many tools today insist on working. But not React Query! As you may have guessed, React Query comes with an awesome featured called `keepPreviousData` that allows us to get around this.
16+
This experience is not optimal and unfortunately is how many tools today insist on working. But not React Query! As you may have guessed, React Query comes with an awesome feature called `keepPreviousData` that allows us to get around this.
1717

1818
## Better Paginated Queries with `keepPreviousData`
1919

0 commit comments

Comments
 (0)