From 25926d0667bdbe003e3b9d583f14fce7f46e9172 Mon Sep 17 00:00:00 2001 From: Mattijs Bliek Date: Thu, 23 Jun 2016 11:34:27 +0200 Subject: [PATCH] Fix typo in view --- examples/server-rendering/views/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server-rendering/views/main.js b/examples/server-rendering/views/main.js index 69d3c1d..353abcc 100644 --- a/examples/server-rendering/views/main.js +++ b/examples/server-rendering/views/main.js @@ -16,7 +16,7 @@ module.exports = function (params, state, send) { The first message is passed in by the server on compile time, the second message was set by the client. 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 make life a lot easier in the long run, hah. `}