Merge pull request #737 from jthegedus/ssr-now-fix

Fix typo in Now SSR example code snippet
This commit is contained in:
Anton Wilhelm 2019-02-05 08:42:27 +01:00 committed by GitHub
commit cb53106fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'