diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 441318e0ba07..0f8cf424017f 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1060,8 +1060,8 @@ export interface AstroUserConfig { * @type {('always' | 'auto' | 'never')} * @default `never` * @description - * Control whether styles are sent to the browser in a separate css file or inlined into