Skip to content

Commit 22d78c4

Browse files
dejagershZack Story
authored andcommitted
A few small typos (#1072)
1 parent fdb1dc3 commit 22d78c4

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
@@ -74,7 +74,7 @@ const App = () => {
7474
- arguments
7575
- **store** *redux store* The store to be persisted.
7676
- **config** *object* (typically null)
77-
- 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.
77+
- 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.
7878
- **callback** *function* will be called after rehydration is finished.
7979
- returns **persistor** object
8080

0 commit comments

Comments
 (0)