Skip to content

Commit

Permalink
Update packages/astro/src/core/errors/errors-data.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
  • Loading branch information
matthewp and TheOtterlord committed Sep 22, 2023
1 parent 87cb4ed commit 4627349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ export const ContentSchemaContainsSlugError = {
/**
* @docs
* @message A collection queried via `getCollection()` does not exist.
* @deprecated Collections that do not exist are no longer an error. A warning is omitted instead.
* @deprecated Collections that do not exist no longer result in an error. A warning is omitted instead.
* @description
* When querying a collection, ensure a collection directory with the requested name exists under `src/content/`.
*/
Expand Down

0 comments on commit 4627349

Please sign in to comment.