From 0c905f0da75a6f1175980e32eee325d91c27be84 Mon Sep 17 00:00:00 2001 From: Sajarin M Date: Wed, 20 Dec 2023 12:01:50 +0530 Subject: [PATCH] docs: typo in transactions page (#4565) --- docs/database/transactions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database/transactions.mdx b/docs/database/transactions.mdx index 5267b6ade3..0a3784accc 100644 --- a/docs/database/transactions.mdx +++ b/docs/database/transactions.mdx @@ -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: {