Skip to content

Commit 61140b9

Browse files
authored
fix: typo in docs (#775)
2 parents 2ccc7e5 + 9202b00 commit 61140b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ LocalForage uses indexedDB or WebSQL if available to greatly increase the size o
123123

124124
```ts
125125
import { isServer } from "solid-js/web";
126-
import { makePersisted } from "@solid-primtives/storage";
126+
import { makePersisted } from "@solid-primitives/storage";
127127
import localforage from "localforage";
128128

129129
const [state, setState] = makePersisted(createSignal(), {

0 commit comments

Comments
 (0)