From bd756aea18716c1224cb6afe4e4028c1dd28bdda Mon Sep 17 00:00:00 2001 From: delucis Date: Fri, 7 Oct 2022 20:52:43 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index bbc5419f4f..0d6e4d5a53 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -420,7 +420,7 @@ export interface AstroUserConfig { * @name base * @type {string} * @description - * The base path to deploy to. Astro will build your pages and assets using this path as the root. Currently, this has no effect during development. + * The base path to deploy to. Astro will build your pages and assets using this path as the root. Currently, this has no effect during development. * * ```js * {