Skip to content

Commit

Permalink
docs: typo in transactions page (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajarin-M committed Dec 20, 2023
1 parent 0b2da4f commit 0c905f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const afterChange: CollectionAfterChangeHook = async ({ req }) => {
})

// Should this call fail, it will not rollback other changes
// because the req (and its transationID) is not passed through
// because the req (and its transactionID) is not passed through
const safelyIgnoredAsync = req.payload.create({
collection: 'my-slug',
data: {
Expand Down

0 comments on commit 0c905f0

Please sign in to comment.