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 44bbd6378..c6559fa8b 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -805,7 +805,7 @@ export interface AstroUserConfig { /** * @docs * @name security.checkOrigin - * @kind h4 + * @kind h4 * @type {boolean} * @default 'false' * @version 4.9.0 |