Skip to content

Commit 8cb4189

Browse files
committed
update docs
1 parent 7eb6346 commit 8cb4189

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/de-de/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can configure it in a special config file, or `package.json`.
9494

9595
```js
9696
module.exports = {
97-
tempate: './ssr.html',
97+
template: './ssr.html',
9898
config: {
9999
// docsify config
100100
}

docs/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can configure it in a special config file, or `package.json`.
9393

9494
```js
9595
module.exports = {
96-
tempate: './ssr.html',
96+
template: './ssr.html',
9797
config: {
9898
// docsify config
9999
}

docs/zh-cn/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can configure it in a special config file, or `package.json`.
9494

9595
```js
9696
module.exports = {
97-
tempate: './ssr.html',
97+
template: './ssr.html',
9898
config: {
9999
// docsify config
100100
}

0 commit comments

Comments
 (0)