From 21832eb76388a130faf79a5b52604053e9962a4f Mon Sep 17 00:00:00 2001 From: ltndat Date: Mon, 3 Mar 2025 13:48:54 +0700 Subject: [PATCH] docs: remove extra space after backtick in 'module' configuration --- src/content/configuration/module.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/configuration/module.mdx b/src/content/configuration/module.mdx index 139e9128b51d..65c9159070dc 100644 --- a/src/content/configuration/module.mdx +++ b/src/content/configuration/module.mdx @@ -518,7 +518,7 @@ Specifies global mode for dynamic import. Specifies global prefetch for dynamic import. -- Type: ` number | boolean` +- Type: `number | boolean` - Available: 5.73.0+ - Example: @@ -538,7 +538,7 @@ Specifies global prefetch for dynamic import. Specifies global preload for dynamic import. -- Type: ` number | boolean` +- Type: `number | boolean` - Available: 5.73.0+ - Example: