We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5beb5d3 commit 3563338Copy full SHA for 3563338
en/bundle-renderer.md
@@ -38,7 +38,7 @@ const renderer = createBundleRenderer(serverBundle, {
38
// inside a server handler...
39
server.get('*', (req, res) => {
40
const context = { url: req.url }
41
- // No need to pass an app here because it is auto-created by the
+ // No need to pass an app here because it is auto-created by
42
// executing the bundle. Now our server is decoupled from our Vue app!
43
renderer.renderToString(context, (err, html) => {
44
// handle error...
0 commit comments