Skip to content
Merged

Typos #608

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/command/removeShard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ removeShard

{ removeShard : "[shardName]" }

The balancer will then migrating chunks from the shard specified by
The balancer will then migrate chunks from the shard specified by
``[shardName]``. This process happens slowly to avoid placing
undue load on the overall cluster.

Expand All @@ -36,7 +36,7 @@ removeShard
to list the databases that you must move from the shard.

Each database in a sharded cluster has a primary shard. If the
shard you want to remove is also the primary of one the cluster's
shard you want to remove is also the primary of one of the cluster's
databases, then you must manually move the database to a new
shard. This can be only after the shard is empty. See the
:dbcommand:`movePrimary` command for details.
Expand Down