From 6d1c106f8fd57108ad1c1722d9ad40b4b1f96655 Mon Sep 17 00:00:00 2001 From: Adriaan <1079135+adriaandotcom@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:24:21 +0100 Subject: [PATCH] Fix typo in "section" (#5739) --- .../200-orm/200-prisma-client/100-queries/058-transactions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx b/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx index 844f4ef8e1..7b4c477ec7 100644 --- a/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx +++ b/content/200-orm/200-prisma-client/100-queries/058-transactions.mdx @@ -169,7 +169,7 @@ Instead of immediately awaiting the result of each operation when it's performed > **Note**: Operations are executed according to the order they are placed in the transaction. Using a query in a transaction does not influence the order of operations in the query itself. > -> Refer to the secction about the [transactions API](#transaction-api) for more examples. +> Refer to the section about the [transactions API](#transaction-api) for more examples. From version 4.4.0, the sequential operations transaction API has a second parameter. You can use the following optional configuration option in this parameter: