Merge pull request #74 from mattijsbliek/patch-1

Fix typo in server rendering example
This commit is contained in:
Yoshua Wuyts
2016-06-23 13:00:19 +02:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = function (params, state, send) {
The first message is passed in by the server on compile time, The first message is passed in by the server on compile time,
the second message was set by the client. the second message was set by the client.
The more static the data you pass in, the more cachable your site The more static the data you pass in, the more cachable your site
beocmes (and thus performant). Try and keep the amount of properties becomes (and thus performant). Try and keep the amount of properties
you pass in on the server to a minimum for most applications - it'll you pass in on the server to a minimum for most applications - it'll
make life a lot easier in the long run, hah. make life a lot easier in the long run, hah.
`}</p> `}</p>