Skip to content

Commit

Permalink
fix typo (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanu94 authored Apr 13, 2024
1 parent c60092f commit feddbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utilities/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Usage:
```js
const storage = createJSONStorage(
// getStringStorage
() => localStorage, // or sesseionStorage, asyncStorage or alike
() => localStorage, // or sessionStorage, asyncStorage or alike
// options (optional)
{
reviver, // optional reviver option for JSON.parse
Expand Down

0 comments on commit feddbd6

Please sign in to comment.