diff --git a/src/content/docs/en/guides/content-collections.mdx b/src/content/docs/en/guides/content-collections.mdx index b03b10bb0cafa..a7927bb72bcd9 100644 --- a/src/content/docs/en/guides/content-collections.mdx +++ b/src/content/docs/en/guides/content-collections.mdx @@ -356,7 +356,7 @@ const dogs = defineCollection({ schema: z.object({ id: z.string(), breed: z.string(), - temperament: z.array(z.string()), + temperment: z.array(z.string()), }), });