diff --git a/source/tutorial/perform-two-phase-commits.txt b/source/tutorial/perform-two-phase-commits.txt index 827e2626541..f228455dc06 100644 --- a/source/tutorial/perform-two-phase-commits.txt +++ b/source/tutorial/perform-two-phase-commits.txt @@ -277,7 +277,7 @@ Recovering from Failure Scenarios The most important part of the transaction procedure is not, the prototypical example above, but rather the possibility for recovering -the from various failure scenarios when transactions do not complete +from the various failure scenarios when transactions do not complete as intended. This section will provide an overview of possible failures and provide methods to recover from these kinds of events.