refactor: fix typo in astro.ts (#8385)

Co-authored-by: Elian ️ <hello@elian.codes>
This commit is contained in:
Ikko Eltociear Ashimine 2023-09-05 00:56:16 +09:00 committed by GitHub
parent c48d4765c1
commit b6066e109c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}