From f9477aade1648c7adbc1a69df4d3e09b145a14fc Mon Sep 17 00:00:00 2001 From: Genteure Date: Tue, 3 Oct 2023 00:36:15 +0800 Subject: [PATCH] fix: typo in error deprecation message (#8708) Co-authored-by: Alexander Niebuhr --- packages/astro/src/core/errors/errors-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index 5f825126f..d805bb6ff 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -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/`. */