Skip to content

Commit 43902bd

Browse files
committed
Semis are frowned upon in these here parts
1 parent a4b0af3 commit 43902bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/advanced/ServerRendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import routes from './routes'
2323
import { renderToString } from 'react-dom/server'
2424

2525
serve((req, res) => {
26-
const history = createMemoryHistory();
26+
const history = createMemoryHistory()
2727
const location = history.createLocation(req.url)
2828

2929
match({ routes, history, location }, (error, redirectLocation, renderProps) => {

0 commit comments

Comments
 (0)