Skip to content

Commit

Permalink
fix typo (#213)
Browse files Browse the repository at this point in the history
* fix typo

Co-authored-by: Nima Arefi <[email protected]>
  • Loading branch information
jee1mr and nimaa77 committed Jan 13, 2020
1 parent 22407ab commit c446608
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 @@ -103,7 +103,7 @@ Within `getInitialProps`, you have access to all you need to fetch data on both
the client and the server:

- `req?: Request`: (server-only) An Express.js request object
- `res?: Request`: (server-only) An Express.js response object
- `res?: Response`: (server-only) An Express.js response object
- `match`: React Router 4's `match` object.
- `history`: React Router 4's `history` object.
- `location`: (client-only) React Router 4's `location` object.
Expand Down

0 comments on commit c446608

Please sign in to comment.