Skip to content

Commit

Permalink
[docs]: fix typo (#11799)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruifengv authored Aug 21, 2024
1 parent 3416f8a commit 5ea13a8
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 @@ -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
Expand Down

0 comments on commit 5ea13a8

Please # to comment.