Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3206947

Browse files
Alex-Sokolovegoist
authored andcommittedApr 30, 2017
Update bundle-renderer.md (#8)
Fix typo in example
1 parent 67740e9 commit 3206947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎en/bundle-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const { createBundleRenderer } = require('vue-server-renderer')
3131

3232
const renderer = createBundleRenderer(serverBundle, {
3333
runInNewContext: false, // recommended
34-
template, // (optinal) page template
34+
template, // (optional) page template
3535
clientManifest // (optional) client build manifest
3636
})
3737

0 commit comments

Comments
 (0)
Please sign in to comment.