Skip to content

Commit

Permalink
Fix broken link in comments (#5798)
Browse files Browse the repository at this point in the history
  • Loading branch information
bivens-dev authored Jan 9, 2023
1 parent eebcf82 commit e3c8d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Astro = import('./dist/@types/astro.js').AstroGlobal;
/**
* Astro global available in all contexts in .astro files
*
* [Astro documentation](https://docs.astro.build/reference/api-reference/#astro-global)
* [Astro documentation](https://docs.astro.build/en/reference/api-reference/#astro-global)
*/
declare const Astro: Readonly<Astro>;

Expand Down

0 comments on commit e3c8d25

Please sign in to comment.