Skip to content

Commit 6ba9c58

Browse files
authored
docs(createSyncStoragePersister): fix typo
1 parent 2aca521 commit 6ba9c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/plugins/createSyncStoragePersister.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The default options are:
130130
#### `serialize` and `deserialize` options
131131

132132
There is a limit to the amount of data which can be stored in `localStorage`.
133-
If you need to store more data in `localStorage`, you can override the `serialize` and `deserialize` functions to compress and decrompress the data using a library like [lz-string](https://github.com/pieroxy/lz-string/).
133+
If you need to store more data in `localStorage`, you can override the `serialize` and `deserialize` functions to compress and decompress the data using a library like [lz-string](https://github.com/pieroxy/lz-string/).
134134

135135
```tsx
136136
import { QueryClient } from '@tanstack/react-query'

0 commit comments

Comments
 (0)