Skip to content

Commit 6669118

Browse files
Merge pull request michaelcontento#59 from gasperz/patch-1
Update README.md
2 parents 343c691 + a95db3e commit 6669118

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
@@ -68,7 +68,7 @@ const store = createStoreWithMiddleware(reducer);
6868
// At this stage the whole system is in place and every action will trigger
6969
// a save operation.
7070
//
71-
// BUT (!) a existing old state HAS NOT been restored yet! It's up to you to
71+
// BUT (!) an existing old state HAS NOT been restored yet! It's up to you to
7272
// decide when this should happen. Most of the times you can/should do this
7373
// right after the store object has been created.
7474

0 commit comments

Comments
 (0)