From a0754f69e247daab770e55b1ee77b93667afa09b Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Mon, 22 Feb 2021 13:12:27 -0500 Subject: [PATCH] DOCSP-14457 fix deployments space typo --- source/core/transactions-production-consideration.txt | 4 ++-- source/core/transactions.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/core/transactions-production-consideration.txt b/source/core/transactions-production-consideration.txt index 35d27931a77..0e3dcbc6e88 100644 --- a/source/core/transactions-production-consideration.txt +++ b/source/core/transactions-production-consideration.txt @@ -30,7 +30,7 @@ Availability clusters and incorporates the existing support for multi-document transactions on replica sets. - To use transactions on MongoDB 4.2 deployments(replica sets and + To use transactions on MongoDB 4.2 deployments (replica sets and sharded clusters), clients :red:`must` use MongoDB drivers updated for MongoDB 4.2. @@ -316,7 +316,7 @@ Errors Use of MongoDB 4.0 Drivers ~~~~~~~~~~~~~~~~~~~~~~~~~~ -To use transactions on MongoDB 4.2 deployments(replica sets and sharded +To use transactions on MongoDB 4.2 deployments (replica sets and sharded clusters), clients :red:`must` use MongoDB drivers updated for MongoDB 4.2. diff --git a/source/core/transactions.txt b/source/core/transactions.txt index 21500bd88c4..4bbaaacc107 100644 --- a/source/core/transactions.txt +++ b/source/core/transactions.txt @@ -379,7 +379,7 @@ multi-document transactions: clusters and incorporates the existing support for multi-document transactions on replica sets. - To use transactions on MongoDB 4.2 deployments(replica sets and + To use transactions on MongoDB 4.2 deployments (replica sets and sharded clusters), clients :red:`must` use MongoDB drivers updated for MongoDB 4.2.