Skip to content

Commit 4c8bb70

Browse files
authored
fix: two @default typo in types.ts (#455) (#460)
fix: types.ts 两处 `@default` 默认值错误 related issue: #455
1 parent 8e4b292 commit 4c8bb70

File tree

1 file changed

+2
-2
lines changed
  • packages/vitepress-plugin-enhanced-readabilities/src/client

1 file changed

+2
-2
lines changed

packages/vitepress-plugin-enhanced-readabilities/src/client/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export interface Options {
311311
/**
312312
* Default percentage of content layout max width
313313
*
314-
* @default 100 (100%)
314+
* @default 80 (80%)
315315
*/
316316
defaultMaxWidth?: number
317317
/**
@@ -332,7 +332,7 @@ export interface Options {
332332
/**
333333
* Default percentage of page layout max width
334334
*
335-
* @default 800 (80%)
335+
* @default 100 (100%)
336336
*/
337337
defaultMaxWidth?: number
338338
/**

0 commit comments

Comments
 (0)