0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Update astro.ts (#11665)

This commit is contained in:
huseeiin 2024-08-12 09:03:26 -04:00 committed by GitHub
parent ac56f3de63
commit 64f81e92d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2339,7 +2339,7 @@ export type GetDataEntryInfoReturnType = { data: Record<string, unknown>; rawDat
export interface AstroAdapterFeatures {
/**
* Creates and edge function that will communiate with the Astro middleware
* Creates an edge function that will communiate with the Astro middleware
*/
edgeMiddleware: boolean;
/**