Skip to content

Commit 3fe2b4a

Browse files
authored
docs: fix typo (TanStack#2480)
1 parent 4b1e711 commit 3fe2b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/reference/hydration/dehydrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: hydration/dehydrate
33
title: hydration/dehydrate
44
---
55

6-
`dehydrate` creates a frozen representation of a `cache` that can later be hydrated with `Hydrate`, `useHydrate`, or `hydrate`. This is useful for passing prefetched queries from server to client or persisting queries to localstorage or other persisten locations. It only includes currently successful queries by default.
6+
`dehydrate` creates a frozen representation of a `cache` that can later be hydrated with `Hydrate`, `useHydrate`, or `hydrate`. This is useful for passing prefetched queries from server to client or persisting queries to localstorage or other persistent locations. It only includes currently successful queries by default.
77

88
```js
99
import { dehydrate } from 'react-query/hydration'

0 commit comments

Comments
 (0)