We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ccc7e5 + 9202b00 commit 61140b9Copy full SHA for 61140b9
1 file changed
packages/storage/README.md
@@ -123,7 +123,7 @@ LocalForage uses indexedDB or WebSQL if available to greatly increase the size o
123
124
```ts
125
import { isServer } from "solid-js/web";
126
-import { makePersisted } from "@solid-primtives/storage";
+import { makePersisted } from "@solid-primitives/storage";
127
import localforage from "localforage";
128
129
const [state, setState] = makePersisted(createSignal(), {
0 commit comments