Skip to content

Commit baadccb

Browse files
authored
Typo fix
1 parent d7efde9 commit baadccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const App = () => {
8686
- arguments
8787
- **store** *redux store* The store to be persisted.
8888
- **config** *object* (typically null)
89-
- If you want to avoid that the persistence starts immediately after calling `persistStore`, set the option manualPersist. Example: `{ manualPersist: true }` Persistence can then be started at any point with `peristor.persist()`. You usually want to do this if your storage is not ready when the `persistStore` call is made.
89+
- If you want to avoid that the persistence starts immediately after calling `persistStore`, set the option manualPersist. Example: `{ manualPersist: true }` Persistence can then be started at any point with `persistor.persist()`. You usually want to do this if your storage is not ready when the `persistStore` call is made.
9090
- **callback** *function* will be called after rehydration is finished.
9191
- returns **persistor** object
9292

0 commit comments

Comments
 (0)