refactor: fix typo in astro.ts (#8385)
Co-authored-by: Elian ☕️ <hello@elian.codes>
This commit is contained in:
parent
c48d4765c1
commit
b6066e109c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue