Fix typo in view

This commit is contained in:
Mattijs Bliek
2016-06-23 11:34:27 +02:00
committed by GitHub
parent e0cc76e5f6
commit 25926d0667
+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>