diff --git a/docs/guides/authentication/clerk.md b/docs/guides/authentication/clerk.md index 889c5d4f..6d2c2735 100644 --- a/docs/guides/authentication/clerk.md +++ b/docs/guides/authentication/clerk.md @@ -25,7 +25,7 @@ The following code shows an example blog post schema: ```zmodel type User { - id String @id + id String @id } model Post {