Skip to content

Commit 2dd095a

Browse files
authored
fix typo (#3377)
1 parent 056a65d commit 2dd095a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/method/sh.shardCollection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Definition
125125
initially when sharding an *empty* collection with a
126126
:ref:`hashed shard key <sharding-hashed-sharding>`. MongoDB
127127
then creates and balances chunks across the cluster. The
128-
``numInitialChunks`` must be less than ``8192`` per shard.
129-
Defaults to ``2``.
128+
``numInitialChunks`` parameter must be less than ``8192`` chunks per shard.
129+
Defaults to ``2`` chunks per shard.
130130

131131
If the collection is not empty or the shard key does not
132132
contain a hashed field, the operation returns an error.

0 commit comments

Comments
 (0)