diff --git a/README.md b/README.md index 80d0652..5808747 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ import { recoilPersist } from 'recoil-persist' const { persistAtom } = recoilPersist({ key: 'recoil-persist', // this key is using to store data in local storage - storage: localStorage, // configurate which stroage will be used to store the data + storage: localStorage, // configurate which storage will be used to store the data }) ```