diff options
author | 2024-06-05 12:43:54 +0000 | |
---|---|---|
committer | 2024-06-05 12:43:54 +0000 | |
commit | db71177b2ac3e99e91b86cc94c9b4df56e12f716 (patch) | |
tree | 0fba9e3a41d17bb034c669467844a53bc7d532e8 | |
parent | 04b6421f700e932984579ae97e3dabc0661b2198 (diff) | |
download | astro-db71177b2ac3e99e91b86cc94c9b4df56e12f716.tar.gz astro-db71177b2ac3e99e91b86cc94c9b4df56e12f716.tar.zst astro-db71177b2ac3e99e91b86cc94c9b4df56e12f716.zip |
[ci] format
-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 |