Skip to content

Commit 5fff352

Browse files
committed
Fix typo
1 parent 4114d16 commit 5fff352

File tree

1 file changed

+1
-1
lines changed
  • packages/convex-helpers/server

1 file changed

+1
-1
lines changed

packages/convex-helpers/server/zod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ export type ConvexValidatorFromZodOutput<Z extends z.ZodTypeAny> =
12361236
* └───────────────────────────────────────────────┴───────────────────────────────────────────────┘
12371237
* ```
12381238
*
1239-
* @param z The zod validaotr
1239+
* @param z The zod validator
12401240
* @returns Convex Validator (e.g. `v.string()` from "convex/values")
12411241
* @throws If there is no equivalent Convex validator for the value (e.g. `z.date()`)
12421242
*/

0 commit comments

Comments
 (0)