Skip to content

Commit 71041fe

Browse files
minor wording updates
1 parent 296f3b7 commit 71041fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/800-guides/400-deno-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Visit `localhost:8000` in your browser to see the application running. You shoul
226226

227227
## 6. Deploy the application
228228

229-
The build command must include Prisma Client generation to ensure the Deno-compatible client code is available in production, as generated client files are not typically committed to version control.
229+
The build command must generate the Prisma Client code to ensure it is available in production.
230230

231231
### 6.1 Update build command in Deno Deploy
232232

@@ -261,7 +261,7 @@ When you visit your deployed application, you should see a response that looks l
261261
}
262262
```
263263

264-
You're done! Each time you refresh the page, a new log entry is created in your database with an incremented ID, demonstrating that your application is successfully writing to and reading from your Prisma Postgres database.
264+
You're done! Each time you refresh the page, a new log entry is created in your database.
265265

266266
## Next Steps
267267

0 commit comments

Comments
 (0)