Skip to content

Commit

Permalink
Update packages/astro/src/@types/astro.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
Princesseuh and sarah11918 authored May 4, 2023
1 parent 771e88b commit 07834bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export interface AstroUserConfig {
* @name cacheDir
* @type {string}
* @default `"./node_modules/.astro"`
* @description Set the directory used to cache build artifacts to. Files in this directory will be used in subsequent builds to speed up the build time.
* @description Set the directory for caching build artifacts. Files in this directory will be used in subsequent builds to speed up the build time.
*
* The value can be either an absolute file system path or a path relative to the project root.
*
Expand Down

0 comments on commit 07834bf

Please sign in to comment.