summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/@types/astro.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index e8801d083..c6d27ab36 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -1779,11 +1779,11 @@ export type AstroFeatureMap = {
export interface AstroAssetsFeature {
supportKind?: SupportsKind;
/**
- * Whether if this adapter deploys files in an enviroment that is compatible with the library `sharp`
+ * Whether if this adapter deploys files in an environment that is compatible with the library `sharp`
*/
isSharpCompatible?: boolean;
/**
- * Whether if this adapter deploys files in an enviroment that is compatible with the library `squoosh`
+ * Whether if this adapter deploys files in an environment that is compatible with the library `squoosh`
*/
isSquooshCompatible?: boolean;
}