Skip to content

Commit

Permalink
docs: Update 1.collections.md file fixing z.Date typo (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail9k authored Nov 18, 2024
1 parent e817035 commit 97463ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/2.collections/1.collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const collections = {
schema: z.object({
tags: z.array(z.string()),
image: z.string(),
date: z.Date()
date: z.date()
})
})
}
Expand Down

0 comments on commit 97463ce

Please sign in to comment.