diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 4bc3830628..30d5a50d87 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2276,7 +2276,7 @@ export interface AstroUserConfig { * ``` * * :::note - * Loaders will not automatically [exclude files prefaced with an `_`](/en/guides/routing/#excluding-pages). Use a regular expression such as `pattern: '**\/[^_]*.md` in your loader to ignore these files. + * Loaders will not automatically [exclude files prefaced with an `_`](/en/guides/routing/#excluding-pages). Use a regular expression such as `pattern: '**\/[^_]*.md'` in your loader to ignore these files. * ::: * * #### Querying and rendering with the Content Layer API