Skip to content

Commit a04da6c

Browse files
authored
docs: remove extra space after backtick in 'module' configuration (#7564)
1 parent 1f52d30 commit a04da6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/module.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Specifies global mode for dynamic import.
518518

519519
Specifies global prefetch for dynamic import.
520520

521-
- Type: ` number | boolean`
521+
- Type: `number | boolean`
522522
- Available: 5.73.0+
523523
- Example:
524524

@@ -538,7 +538,7 @@ Specifies global prefetch for dynamic import.
538538

539539
Specifies global preload for dynamic import.
540540

541-
- Type: ` number | boolean`
541+
- Type: `number | boolean`
542542
- Available: 5.73.0+
543543
- Example:
544544

0 commit comments

Comments
 (0)