Skip to content

Commit

Permalink
A few small typos (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejagersh authored and rt2zz committed Sep 2, 2019
1 parent fdb1dc3 commit 22d78c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const App = () => {
- arguments
- **store** *redux store* The store to be persisted.
- **config** *object* (typically null)
- If you want to avoid that the persistence starts immediatly after calling `persistStore`, set the option manualPersist. Example: `{ manualPersist: true }` Persistence can than be started at any point with `peristor.persist()`. You usually want to do this, if your storage is not ready when the `persisStore` call is made.
- 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.
- **callback** *function* will be called after rehydration is finished.
- returns **persistor** object

Expand Down

0 comments on commit 22d78c4

Please sign in to comment.