From c72caefef46b7e119baded524ecbf4c758df9edd Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:08:19 -0800 Subject: [PATCH] docs: minor fixes about clerk doc --- docs/guides/authentication/clerk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {