From e55fd73e4255d3051e8b8cf8203d3245423237a8 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Tue, 26 Oct 2021 15:19:27 -0400 Subject: [PATCH] DOCS-13456 Typo on Hashed Sharding page --- source/core/hashed-sharding.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/hashed-sharding.txt b/source/core/hashed-sharding.txt index d5e1d2c52da..c335d7a098c 100644 --- a/source/core/hashed-sharding.txt +++ b/source/core/hashed-sharding.txt @@ -8,7 +8,7 @@ Hashed Sharding .. default-domain:: mongodb Hashed sharding uses a :ref:`hashed index ` to -partition data across your shared cluster. Hashed indexes compute the +partition data across your sharded cluster. Hashed indexes compute the hash value of a single field as the index value; this value is used as your shard key. [#hashvalue]_