Skip to content

Commit cb53106

Browse files
authored
Merge pull request #737 from jthegedus/ssr-now-fix
Fix typo in Now SSR example code snippet
2 parents 69ef489 + 3b952ac commit cb53106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var readFileSync = require('fs').readFileSync
111111

112112
// init
113113
var renderer = new Renderer({
114-
template: readFileSync('./docs/index.template.html', 'utf-8').,
114+
template: readFileSync('./docs/index.template.html', 'utf-8'),
115115
config: {
116116
name: 'docsify',
117117
repo: 'docsifyjs/docsify'

0 commit comments

Comments
 (0)