Typo fixed in node.mdx (#7465)

This commit is contained in:
Waxer59 2023-06-26 05:34:56 +02:00 committed by GitHub
parent 8e3cb20b5c
commit 409734a9af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ app.use((req, res, next) => {
}; };
ssrHandler(req, res, next, locals); ssrHandler(req, res, next, locals);
); });
app.listen(8080); app.listen(8080);
``` ```