mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Fix typo in errors-data.ts
(#10172)
This commit is contained in:
parent
052d3271d4
commit
aa5efd1bb2
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ export const LocalImageUsedWrongly = {
|
||||||
* @see
|
* @see
|
||||||
* - [Astro.glob](https://docs.astro.build/en/reference/api-reference/#astroglob)
|
* - [Astro.glob](https://docs.astro.build/en/reference/api-reference/#astroglob)
|
||||||
* @description
|
* @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 = {
|
export const AstroGlobUsedOutside = {
|
||||||
name: 'AstroGlobUsedOutside',
|
name: 'AstroGlobUsedOutside',
|
||||||
|
|
Loading…
Reference in a new issue