diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index b7b94c876..13d9cff81 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2137,7 +2137,7 @@ export interface AstroUserConfig { /** * @docs * @name experimental.env.schema - * @kind h4 + * @kind h4 * @type {EnvSchema} * @default `undefined` * @version 4.10.0 |