File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/astro/src/core/errors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -485,9 +485,9 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
485
485
* "title" is required.<br/>
486
486
* "date" must be a valid date.
487
487
* @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.
489
489
* 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.
491
491
* See the [Content collections documentation](https://docs.astro.build/en/guides/content-collections) for more information.
492
492
*/
493
493
MarkdownContentSchemaValidationError : {
You can’t perform that action at this time.
0 commit comments