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.