Skip to content

Commit 2592af2

Browse files
committed
docs: update
1 parent 5d2fc90 commit 2592af2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: packages/docs/docs/config/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ Specify the port to use for the dev server.
6868

6969
### temp
7070

71-
- Type: `number`
72-
- Default: `@vuepress/core/.temp`
71+
- Type: `string`
72+
- Default: `/path/to/@vuepress/core/.temp`
73+
7374

7475
Specify the temporary directory for client.
7576

Diff for: packages/docs/docs/zh/config/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ module.exports = {
6666

6767
### temp
6868

69-
- Type: `number`
70-
- Default: `@vuepress/core/.temp`
69+
- Type: `string`
70+
- Default: `/path/to/@vuepress/core/.temp`
7171

7272
指定客户端文件的临时目录。
7373

0 commit comments

Comments
 (0)