Merge pull request #51 from johnotander/fix-typo

Fix typo in server rendering view
This commit is contained in:
Yoshua Wuyts
2016-06-19 12:38:23 +02:00
committed by GitHub
+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">