Skip to content

Commit 9b5b723

Browse files
DOCSP-33842: moveChunk typo (#5131) (#5133)
1 parent c54822d commit 9b5b723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/migrate-chunks-in-sharded-cluster.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ For more information on tuning the migration, see
7777
See :ref:`create-ranges-in-a-sharded-cluster` for an introduction to
7878
pre-splitting.
7979

80-
- Use the :dbcommand:`moveRange` command with the ``_secondaryThrottle``
80+
- Use the :dbcommand:`moveChunk` command with the ``_secondaryThrottle``
8181
and ``writeConcern`` fields to determine when the balancer
8282
proceeds with the next document in the migrating range.
8383

8484
- Use the :dbcommand:`moveRange` command with the ``secondaryThrottle``
8585
and ``writeConcern`` fields to determine when the balancer
8686
proceeds with the next document in the migrating range.
8787

88-
See :dbcommand:`moveRange` and :dbcommand:`moveRange` for details.
88+
See :dbcommand:`moveChunk` and :dbcommand:`moveRange` for details.
8989

9090

9191
Change Streams and Orphan Documents

0 commit comments

Comments
 (0)