diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 64923d91c98b..aeef4f0edf5d 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2339,7 +2339,7 @@ export type GetDataEntryInfoReturnType = { data: Record; 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; /**