fix: typo in error deprecation message (#8708)
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
This commit is contained in:
parent
78fda5c3ec
commit
f9477aade1
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ export const ContentSchemaContainsSlugError = {
|
||||||
/**
|
/**
|
||||||
* @docs
|
* @docs
|
||||||
* @message A collection queried via `getCollection()` does not exist.
|
* @message A collection queried via `getCollection()` does not exist.
|
||||||
* @deprecated Collections that do not exist no longer result in an error. A warning is omitted instead.
|
* @deprecated Collections that do not exist no longer result in an error. A warning is given instead.
|
||||||
* @description
|
* @description
|
||||||
* When querying a collection, ensure a collection directory with the requested name exists under `src/content/`.
|
* When querying a collection, ensure a collection directory with the requested name exists under `src/content/`.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue