diff options
author | 2022-10-07 20:52:43 +0000 | |
---|---|---|
committer | 2022-10-07 20:52:43 +0000 | |
commit | bd756aea18716c1224cb6afe4e4028c1dd28bdda (patch) | |
tree | 793ae5533f1282421c85e6339c72fab21fbb3aa1 | |
parent | f93449b80f27e9057d40fe2b90b96c07730c9337 (diff) | |
download | astro-bd756aea18716c1224cb6afe4e4028c1dd28bdda.tar.gz astro-bd756aea18716c1224cb6afe4e4028c1dd28bdda.tar.zst astro-bd756aea18716c1224cb6afe4e4028c1dd28bdda.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 bbc5419f4..0d6e4d5a5 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 * { |