From c227157f7d1945ebd06f36357fdc35096db04687 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Mon, 18 Aug 2014 10:10:38 -0400 Subject: [PATCH] typo --- source/core/sharding-introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/sharding-introduction.txt b/source/core/sharding-introduction.txt index d72148c3fc8..ec6a0bb7dc9 100644 --- a/source/core/sharding-introduction.txt +++ b/source/core/sharding-introduction.txt @@ -106,7 +106,7 @@ To shard a collection, you need to select a **shard key**. A field that exists in every document in the collection. MongoDB divides the shard key values into **chunks** and distributes the :term:`chunks ` evenly across the shards. To divide the shard key values into -chunks, MongoDB uses either **range based partitioning** and **hash +chunks, MongoDB uses either **range based partitioning** or **hash based partitioning**. See the :doc:`Shard Key ` documentation for more information.