diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index 9568009f8ca6..c866d29abd66 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -501,9 +501,9 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati * "title" is required.
* "date" must be a valid date. * @description - * A Markdown document's frontmatter in `src/content/` does not match your collection schema. + * A Markdown document's frontmatter in `src/content/` does not match its collection schema. * Make sure that all required fields are present, and that all fields are of the correct type. - * You can check against the collection schema in your `src/content/config` file. + * You can check against the collection schema in your `src/content/config.*` file. * See the [Content collections documentation](https://docs.astro.build/en/guides/content-collections) for more information. */ MarkdownContentSchemaValidationError: {