Skip to content

Commit

Permalink
docs(ssr): add a missing closing parenthesis (#15429)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Dec 26, 2023
1 parent 19e3c9a commit 56ae92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function createServer() {
// When the server restarts (for example after the user modifies
// vite.config.js), `vite.middlewares` is still going to be the same
// reference (with a new internal stack of Vite and plugin-injected
// middlewares. The following is valid even after restarts.
// middlewares). The following is valid even after restarts.
app.use(vite.middlewares)

app.use('*', async (req, res) => {
Expand Down

0 comments on commit 56ae92c

Please sign in to comment.