Skip to content

Typos #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2013
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