Skip to content

Commit

Permalink
chore: fix typo in README.MD (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
robophil authored and kirill-konshin committed Jun 7, 2018
1 parent aed4d38 commit 9b1895c
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 @@ -143,7 +143,7 @@ will ruin the whole purpose of server rendering.

## Document

I don't recommend to use `withRedux` in `pages_document.js`, Next.JS [does not provide](https://github.com/zeit/next.js/issues/1267)
I don't recommend to use `withRedux` in `pages/_document.js`, Next.JS [does not provide](https://github.com/zeit/next.js/issues/1267)
a reliable way to determine the sequence when components will be rendered. So per Next.JS recommendation it is better
to have just data-agnostic things in `pages/_document`.

Expand Down

0 comments on commit 9b1895c

Please sign in to comment.