Skip to content

Commit 651b467

Browse files
authored
DOCSP-13410 fixing typos v4.4 (#3343)
* fixed typo and updated doc to ref * fix ref links
1 parent 9baa9e8 commit 651b467

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
@@ -697,7 +697,7 @@ values, including:
697697

698698
- When you commit with :writeconcern:`w: "majority" <"majority">`
699699
write concern, transaction-level :readconcern:`"snapshot"` read
700-
concern guarantees that operations have from a synchronized
700+
concern guarantees that operations have read from a synchronized
701701
snapshot of majority-committed data.
702702

703703
.. note::
@@ -713,8 +713,8 @@ Production Considerations
713713
~~~~~~~~~~~~~~~~~~~~~~~~~
714714

715715
For various production considerations with using transactions, see
716-
:doc:`/core/transactions-production-consideration`. In addition, or sharded
717-
clusters, see also :doc:`/core/transactions-sharded-clusters`.
716+
:ref:`production-considerations`. In addition, for sharded
717+
clusters, see also :ref:`production-considerations-sharded`.
718718

719719
Arbiters
720720
~~~~~~~~

source/includes/extracts-transactions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ content: |
500500
:doc:`in-memory </core/inmemory>` storage engines.
501501
502502
In MongoDB 4.0, only replica sets using the WiredTiger storage
503-
engine supported transactions.
503+
engine support transactions.
504504
505505
.. note::
506506

0 commit comments

Comments
 (0)