Skip to content

Commit

Permalink
Fix typo in errors-data.ts (#10172)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev committed Feb 20, 2024
1 parent 052d327 commit aa5efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ export const LocalImageUsedWrongly = {
* @see
* - [Astro.glob](https://docs.astro.build/en/reference/api-reference/#astroglob)
* @description
* `Astro.glob()` can only be used in `.astro` files. You can use [`import.meta.glob()`](https://vitejs.dev/guide/features.html#glob-import) instead to acheive the same result.
* `Astro.glob()` can only be used in `.astro` files. You can use [`import.meta.glob()`](https://vitejs.dev/guide/features.html#glob-import) instead to achieve the same result.
*/
export const AstroGlobUsedOutside = {
name: 'AstroGlobUsedOutside',
Expand Down

0 comments on commit aa5efd1

Please sign in to comment.