Skip to content

Commit 7ce5b57

Browse files
committed
fix typo
1 parent 283331a commit 7ce5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/write/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Overview
2121
--------
2222

2323
In this guide, you can learn how to use the {+driver-short+} driver to perform
24-
**transactions**. Transactions allowyou to run a series of operations that do
24+
**transactions**. Transactions allow you to run a series of operations that do
2525
not change any data until the transaction is committed. If any operation in
2626
the transaction returns an error, the driver cancels the transaction and discards
2727
all data changes before they ever become visible.

0 commit comments

Comments
 (0)