Skip to content

Commit

Permalink
Fix typo in "section" (#5739)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom authored Mar 28, 2024
1 parent e7aa30e commit 6d1c106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6d1c106

Please sign in to comment.