Skip to content

Commit 59cf852

Browse files
authored
Merge pull request #1231 from tab/patch-1
Typo fix: `persistor` is now spelled correctly in the Readme.
2 parents 375814f + baadccb commit 59cf852

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
@@ -125,7 +125,7 @@ const App = () => {
125125
- arguments
126126
- **store** *redux store* The store to be persisted.
127127
- **config** *object* (typically null)
128-
- 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.
128+
- 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.
129129
- **callback** *function* will be called after rehydration is finished.
130130
- returns **persistor** object
131131

0 commit comments

Comments
 (0)