summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
* {