Skip to content

Commit

Permalink
fix typo README.md (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushant00 authored and kirill-konshin committed Jun 28, 2018
1 parent 20bbb11 commit 9c30444
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 @@ -133,7 +133,7 @@ When `makeStore` is invoked it is provided with a configuration object along wit

- `isServer` (boolean): `true` if called while on the server rather than the client
- `req` (Request): The `next.js` `getInitialProps` context `req` parameter
- `res` (Request): The `next.js` `getInitialProps` context `req` parameter
- `res` (Response): The `next.js` `getInitialProps` context `res` parameter

Additional config properties `req` and `res` are not set when client applies `initialState` from server.

Expand Down

0 comments on commit 9c30444

Please sign in to comment.