Skip to content

Commit e0d4293

Browse files
hex-cishellscape
authored andcommitted
docs(readme): fix missing right parenthesis (#299)
1 parent 9afcd36 commit e0d4293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function normalizeAssets(assets) {
321321
return Array.isArray(assets) ? assets : [assets]
322322
}
323323

324-
app.use(middleware(compiler, { serverSideRender: true })
324+
app.use(middleware(compiler, { serverSideRender: true }))
325325

326326
// The following middleware would not be invoked until the latest build is finished.
327327
app.use((req, res) => {

0 commit comments

Comments
 (0)