Skip to content

Commit

Permalink
Update astro.ts (#11665)
Browse files Browse the repository at this point in the history
  • Loading branch information
huseeiin authored Aug 12, 2024
1 parent ac56f3d commit 64f81e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 64f81e9

Please sign in to comment.