From cf4d77ed4b854075bb8f024b6a23f3294041cfcc Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Mon, 4 Mar 2024 10:22:29 +0100 Subject: [PATCH] fix(blog): check spelling --- src/content/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/config.ts b/src/content/config.ts index 2cec22b..39afebd 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -4,7 +4,7 @@ const blogCollection = defineCollection({ type: 'content', schema: z.object({ title: z.string(), - describtion: z.string(), + description: z.string(), }), });