diff --git a/product_docs/docs/pgd/5/terminology.mdx b/product_docs/docs/pgd/5/terminology.mdx index 2f62c12b15b..5f0fde74b0d 100644 --- a/product_docs/docs/pgd/5/terminology.mdx +++ b/product_docs/docs/pgd/5/terminology.mdx @@ -116,11 +116,11 @@ A multi-step process for achieving consistency across multiple database nodes. The first phase sees a transaction prepared on an originating node and sent to all participating nodes. Each participating node validates that it can apply the transaction and signals its readiness to the originating node. This is the -prepare phase. In the second phase, if all the participating nodes signal they -are ready, the originating node proceeds to commit the transaction and signals +prepare phase. In the second phase, if all the participating nodes signal they're +ready, the originating node proceeds to commit the transaction and signals the participating nodes to commit, too. This is the commit phase. If, in the -prepare phase, any node signals it is not ready, the entire transaction is -aborted. It's this process that ensures all nodes get the same changes. +prepare phase, any node signals it isn't ready, the entire transaction is +aborted. This process ensures all nodes get the same changes. #### Vertical scaling or scale up