Skip to content

Commit 742072d

Browse files
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
Co-authored-by: Nikolas <[email protected]>
1 parent 208ef7b commit 742072d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then navigate into your project:
4343
cd ./prisma-postgres-worker
4444
```
4545

46-
Your initial `src/index.ts` file contains a simple request handler:
46+
Your initial `src/index.ts` file currently contains a simple request handler:
4747

4848
```ts title="src/index.ts"
4949
export default {

0 commit comments

Comments
 (0)