Skip to content

Commit 42f2742

Browse files
committed
trivial: fix typos with 3.6 upgrade changes
1 parent 8de5f37 commit 42f2742

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

source/includes/steps-3.6-upgrade-sharded-cluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ content: |
99
1010
.. cssclass:: copyable-code
1111
12-
.. code-block::
12+
.. code-block:: javascript
1313
1414
sh.stopBalancer()
1515
@@ -26,7 +26,7 @@ content: |
2626
2727
.. cssclass:: copyable-code
2828
29-
.. code-block::
29+
.. code-block:: javascript
3030
3131
sh.getBalancerState()
3232
@@ -260,7 +260,7 @@ content: |-
260260
261261
.. cssclass:: copyable-code
262262
263-
.. code-block:: sh
263+
.. code-block:: javascript
264264
265265
sh.setBalancerState(true)
266266

source/release-notes/3.6-upgrade-sharded-cluster.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Prerequisites
8383

8484
db.adminCommand( { setFeatureCompatibilityVersion: "3.4" } )
8585

86-
For more information, see
87-
:dbcommand:`setFeatureCompatibilityVersion`.
86+
For more information, see
87+
:dbcommand:`setFeatureCompatibilityVersion`.
8888

8989
- Shard Aware
9090
The shards in the |oldversion| sharded clusters must be shard aware

source/release-notes/3.6.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -686,17 +686,16 @@ Upgrade Procedures
686686

687687
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
688688

689-
For specific details on verifying the
690-
``featureCompatibilityVersion`` for upgrades, refer to the
691-
individual upgrade instructions.
689+
For specific details on verifying and setting the
690+
``featureCompatibilityVersion`` and other
691+
prerequisites/considerations for upgrades, refer to the individual
692+
upgrade instructions:
692693

693-
For upgrade instructions, see:
694+
- :doc:`/release-notes/3.6-upgrade-standalone`
694695

695-
- :doc:`/release-notes/3.6-upgrade-standalone`
696+
- :doc:`/release-notes/3.6-upgrade-replica-set`
696697

697-
- :doc:`/release-notes/3.6-upgrade-replica-set`
698-
699-
- :doc:`/release-notes/3.6-upgrade-sharded-cluster`
698+
- :doc:`/release-notes/3.6-upgrade-sharded-cluster`
700699

701700
If you need guidance on upgrading to 3.6, `MongoDB offers major version
702701
upgrade services

0 commit comments

Comments
 (0)