fix: typo in error deprecation message (#8708)

Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
This commit is contained in:
Genteure 2023-10-03 00:36:15 +08:00 committed by GitHub
parent 78fda5c3ec
commit f9477aade1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1158,7 +1158,7 @@ export const ContentSchemaContainsSlugError = {
/**
* @docs
* @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
* When querying a collection, ensure a collection directory with the requested name exists under `src/content/`.
*/