Skip to content

Commit cb4da1a

Browse files
committed
nit: its schema, .*
1 parent 0013e4d commit cb4da1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/astro/src/core/errors/errors-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
485485
* "title" is required.<br/>
486486
* "date" must be a valid date.
487487
* @description
488-
* A Markdown document's frontmatter in `src/content/` does not match your collection schema.
488+
* A Markdown document's frontmatter in `src/content/` does not match its collection schema.
489489
* Make sure that all required fields are present, and that all fields are of the correct type.
490-
* You can check against the collection schema in your `src/content/config` file.
490+
* You can check against the collection schema in your `src/content/config.*` file.
491491
* See the [Content collections documentation](https://docs.astro.build/en/guides/content-collections) for more information.
492492
*/
493493
MarkdownContentSchemaValidationError: {

0 commit comments

Comments
 (0)