Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed May 30, 2017
1 parent 7eb6346 commit 8cb4189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/de-de/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can configure it in a special config file, or `package.json`.

```js
module.exports = {
tempate: './ssr.html',
template: './ssr.html',
config: {
// docsify config
}
Expand Down
2 changes: 1 addition & 1 deletion docs/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can configure it in a special config file, or `package.json`.

```js
module.exports = {
tempate: './ssr.html',
template: './ssr.html',
config: {
// docsify config
}
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can configure it in a special config file, or `package.json`.

```js
module.exports = {
tempate: './ssr.html',
template: './ssr.html',
config: {
// docsify config
}
Expand Down

0 comments on commit 8cb4189

Please sign in to comment.