diff --git a/exercises/07.updating/03.problem.transactions/README.mdx b/exercises/07.updating/03.problem.transactions/README.mdx index 9ec1cb94..c93b4fda 100644 --- a/exercises/07.updating/03.problem.transactions/README.mdx +++ b/exercises/07.updating/03.problem.transactions/README.mdx @@ -22,7 +22,7 @@ await prisma.$transaction(async $prisma => { }) ``` -With that, you should be enough to get going! Let's put all of these note update +With that, you should have enough to get going! Let's put all of these note update steps in a single transaction. 🧝‍♂️ If you'd like to test things out, I left a comment in there for an error.