Skip to content

Commit fef1e92

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

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
@@ -554,6 +554,6 @@ This controller implements the following routes:
554554

555555
#### Summary
556556

557-
In this guide, you learned how to implement a use NestJS together with Prisma to implement a REST API. The controller who implements the routes of the API is calling a `PrismaService` which in turn uses Prisma Client to send queries to a database to fulfill the data needs of incoming requests.
557+
In this recipe, you learned how to use Prisma along with NestJS to implement a REST API. The controller that implements the routes of the API is calling a `PrismaService` which in turn uses Prisma Client to send queries to a database to fulfill the data needs of incoming requests.
558558

559559
If you want to learn more about Prisma, be sure to check out the [documentation](https://www.prisma.io/docs/).

0 commit comments

Comments
 (0)