Skip to content

Commit

Permalink
[docs] Server side fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 23, 2017
1 parent 45d5da9 commit 91a30ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/server-rendering.md
Expand Up @@ -89,7 +89,7 @@ function handleRender(req, res) {
});

// Configure JSS
const jss = create(preset);
const jss = create(preset());
jss.options.createGenerateClassName = createGenerateClassName;

// Render the component to a string.
Expand Down

0 comments on commit 91a30ee

Please sign in to comment.