summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/@types/astro.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 69c0ffed5..185401a89 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -830,7 +830,7 @@ export interface AstroUserConfig {
* @docs
* @name build.split
* @type {boolean}
- * @default {false}
+ * @default `false`
* @version 2.7.0
* @description
* Defines how the SSR code should be bundled when built.