Skip to content

Commit 11c85b9

Browse files
authored
DOCSP-13410 fixing typos v5.0 (#3342)
* fixed typo and updated doc to ref * updated ref links
1 parent beabaa1 commit 11c85b9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

source/core/transactions-production-consideration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _production-considerations:
2+
13
=========================
24
Production Considerations
35
=========================

source/core/transactions-sharded-clusters.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _production-considerations-sharded:
2+
13
============================================
24
Production Considerations (Sharded Clusters)
35
============================================

source/core/transactions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ values, including:
707707

708708
- When you commit with :writeconcern:`w: "majority" <"majority">`
709709
write concern, transaction-level :readconcern:`"snapshot"` read
710-
concern guarantees that operations have from a synchronized
710+
concern guarantees that operations have read from a synchronized
711711
snapshot of majority-committed data.
712712

713713
.. note::
@@ -725,8 +725,8 @@ Production Considerations
725725
~~~~~~~~~~~~~~~~~~~~~~~~~
726726

727727
For various production considerations with using transactions, see
728-
:doc:`/core/transactions-production-consideration`. In addition, or sharded
729-
clusters, see also :doc:`/core/transactions-sharded-clusters`.
728+
:ref:`production-considerations`. In addition, for sharded
729+
clusters, see also :ref:`production-considerations-sharded`.
730730

731731
Arbiters
732732
~~~~~~~~

source/includes/extracts-transactions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ content: |
483483
:doc:`in-memory </core/inmemory>` storage engines.
484484
485485
In MongoDB 4.0, only replica sets using the WiredTiger storage
486-
engine supported transactions.
486+
engine support transactions.
487487
488488
.. note::
489489

0 commit comments

Comments
 (0)