Skip to content

Commit

Permalink
Update README.mdx (#28)
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
justin48 authored Nov 25, 2023
1 parent aca73fa commit abcca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/07.updating/03.problem.transactions/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit abcca1d

Please sign in to comment.