Skip to content

Commit 2befefe

Browse files
Fix typo
1 parent e9af44b commit 2befefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createAsyncStoragePersister/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface AsyncStorage {
77
removeItem: (key: string) => Promise<void>
88
}
99

10-
export interface CreateAsyncStoragePersistorOptions {
10+
export interface CreateAsyncStoragePersisterOptions {
1111
/** The storage client used for setting an retrieving items from cache */
1212
storage: AsyncStorage
1313
/** The key to use when storing the cache */

0 commit comments

Comments
 (0)