From 46400bf389bded0a88c8642ccb0c51ca1dd956d3 Mon Sep 17 00:00:00 2001 From: kstirman Date: Mon, 11 Feb 2013 10:06:11 -0500 Subject: [PATCH] Update source/core/sharded-clusters.txt --- source/core/sharded-clusters.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/sharded-clusters.txt b/source/core/sharded-clusters.txt index 5625079bacc..299014d51c2 100644 --- a/source/core/sharded-clusters.txt +++ b/source/core/sharded-clusters.txt @@ -92,8 +92,8 @@ Shard Balancing --------------- Balancing is the process MongoDB uses to redistribute data within a -:term:`sharded cluster`. When a :term:`shard` has a too many: -term:`chunks ` when compared to other shards, MongoDB +:term:`sharded cluster`. When a :term:`shard` has a too many +:term:`chunks ` when compared to other shards, MongoDB automatically balances the shards. MongoDB balances the shards without intervention from the application layer.