Skip to content

Commit 9181f18

Browse files
authored
DOCSP-13410 fixing typos v6.0 (#3341)
* fixed typo and updated doc to ref * update ref link * fix ref link
1 parent b0bd26d commit 9181f18

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
@@ -652,7 +652,7 @@ values, including:
652652

653653
- When you commit with :writeconcern:`w: "majority" <"majority">`
654654
write concern, transaction-level :readconcern:`"snapshot"` read
655-
concern guarantees that operations have from a synchronized
655+
concern guarantees that operations have read from a synchronized
656656
snapshot of majority-committed data.
657657

658658
.. note::
@@ -670,8 +670,8 @@ Production Considerations
670670
~~~~~~~~~~~~~~~~~~~~~~~~~
671671

672672
For various production considerations with using transactions, see
673-
:doc:`/core/transactions-production-consideration`. In addition, or sharded
674-
clusters, see also :doc:`/core/transactions-sharded-clusters`.
673+
:ref:`production-considerations`. In addition, for sharded
674+
clusters, see also :ref:`production-considerations-sharded`.
675675

676676
Arbiters
677677
~~~~~~~~

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)