Skip to content

Commit be72dda

Browse files
authored
fix typo (#3379)
1 parent 137b57a commit be72dda

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
@@ -119,8 +119,8 @@ Definition
119119
initially when sharding an *empty* collection with a
120120
:ref:`hashed shard key <sharding-hashed-sharding>`. MongoDB
121121
then creates and balances chunks across the cluster. The
122-
``numInitialChunks`` must be less than ``8192`` per shard.
123-
Defaults to ``2``.
122+
``numInitialChunks`` parameter must be less than ``8192`` chunks per shard.
123+
Defaults to ``2`` chunks per shard.
124124

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

0 commit comments

Comments
 (0)