diff --git a/documentation/docs/20-core-concepts/60-remote-functions.md b/documentation/docs/20-core-concepts/60-remote-functions.md index fbc10e9c46a5..a1c63dc7b124 100644 --- a/documentation/docs/20-core-concepts/60-remote-functions.md +++ b/documentation/docs/20-core-concepts/60-remote-functions.md @@ -320,7 +320,7 @@ export const setCount = form( // Valibot: count: v.pipe(v.string(), v.transform((s) => Number(s)), v.number()), // Zod: - // count: z.coerce.number() + // count: z.coerce.number() }), async ({ count }) => { // ...