Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bfd85d5

Browse files
authored
Update docs/guides/nodejs/survey-application.mdx
1 parent f34e9c0 commit bfd85d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/nodejs/survey-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm install zod pdfkit
6060

6161
Create a file at `form/schema.ts`:
6262

63-
```ts title:src/forms/form/schema.ts
63+
```ts title:form/schema.ts
6464
import { z } from 'zod'
6565

6666
export const feedbackSchema = z.object({

0 commit comments

Comments
 (0)