Skip to content

Commit 4e3e255

Browse files
Update content/recipes/prisma.md
Co-authored-by: John Biundo <[email protected]>
1 parent 9d3db89 commit 4e3e255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export class UserService {
357357
}
358358
```
359359

360-
Notice how you're using Prisma Client's generated types to ensure that the methods that are exposed by your service are properly typed! You therefore save the boilerplate of typing your models and creating additional interface or DTO files.
360+
Notice how you're using Prisma Client's generated types to ensure that the methods that are exposed by your service are properly typed. You therefore save the boilerplate of typing your models and creating additional interface or DTO files.
361361

362362
Now do the same for the `Post` model.
363363

0 commit comments

Comments
 (0)