Fix typo in server rendering view

This commit is contained in:
John Otander
2016-06-18 18:55:12 -06:00
parent cd6144123a
commit ec81364906
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = function (params, state, send) {
const clientMessage = state.message.client
assert.equal(typeof serverMessage, 'string', 'server should be a string')
assert.equal(typeof clientMessage, 'string', 'server should be a string')
assert.equal(typeof clientMessage, 'string', 'client should be a string')
return choo.view`
<section id="app-root">