From 276a3b96eb730146442e86c2832f2d96bf1f16d7 Mon Sep 17 00:00:00 2001 From: ravind Date: Thu, 5 Nov 2015 10:51:47 -0500 Subject: [PATCH] DOCS-6509 : Minor change to description of 'Shard' --- source/includes/toc-sharded-cluster-components.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/includes/toc-sharded-cluster-components.yaml b/source/includes/toc-sharded-cluster-components.yaml index acddb215b2c..9ad97221462 100644 --- a/source/includes/toc-sharded-cluster-components.yaml +++ b/source/includes/toc-sharded-cluster-components.yaml @@ -1,6 +1,7 @@ file: /core/sharded-cluster-shards description: | - A shard is a :program:`mongod` instance that holds a part of the sharded collection's data. + A shard is a single server or replica set that holds a part of the + sharded collection. --- file: /core/sharded-cluster-config-servers description: |