Skip to content

Commit

Permalink
Merge pull request #737 from jthegedus/ssr-now-fix
Browse files Browse the repository at this point in the history
Fix typo in Now SSR example code snippet
  • Loading branch information
timaschew authored Feb 5, 2019
2 parents 69ef489 + 3b952ac commit cb53106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var readFileSync = require('fs').readFileSync

// init
var renderer = new Renderer({
template: readFileSync('./docs/index.template.html', 'utf-8').,
template: readFileSync('./docs/index.template.html', 'utf-8'),
config: {
name: 'docsify',
repo: 'docsifyjs/docsify'
Expand Down

0 comments on commit cb53106

Please sign in to comment.