From 60688a7d167667ada7fe2a7e7d7da8e363b902c1 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Thu, 4 May 2023 19:04:21 -0300 Subject: [PATCH] Update astro.ts (#6999) --- packages/astro/src/@types/astro.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 441318e0b..0f8cf4240 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