Skip to content

Commit

Permalink
Update astro.ts
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
huseeiin authored Aug 9, 2024
1 parent 685361f commit e6f8a27
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 e6f8a27

Please sign in to comment.