We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4114d16 commit 5fff352Copy full SHA for 5fff352
packages/convex-helpers/server/zod.ts
@@ -1236,7 +1236,7 @@ export type ConvexValidatorFromZodOutput<Z extends z.ZodTypeAny> =
1236
* └───────────────────────────────────────────────┴───────────────────────────────────────────────┘
1237
* ```
1238
*
1239
- * @param z The zod validaotr
+ * @param z The zod validator
1240
* @returns Convex Validator (e.g. `v.string()` from "convex/values")
1241
* @throws If there is no equivalent Convex validator for the value (e.g. `z.date()`)
1242
*/
0 commit comments