Skip to content

Commit

Permalink
nit: its schema, .*
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Dec 16, 2022
1 parent 0013e4d commit cb4da1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
* "title" is required.<br/>
* "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: {
Expand Down

0 comments on commit cb4da1a

Please sign in to comment.