summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar delucis <delucis@users.noreply.github.com> 2022-10-07 20:52:43 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-10-07 20:52:43 +0000
commitbd756aea18716c1224cb6afe4e4028c1dd28bdda (patch)
tree793ae5533f1282421c85e6339c72fab21fbb3aa1
parentf93449b80f27e9057d40fe2b90b96c07730c9337 (diff)
downloadastro-bd756aea18716c1224cb6afe4e4028c1dd28bdda.tar.gz
astro-bd756aea18716c1224cb6afe4e4028c1dd28bdda.tar.zst
astro-bd756aea18716c1224cb6afe4e4028c1dd28bdda.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts2
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
* {