From d4b610fd2e736daba9f4333a3a7bd391f92568ef Mon Sep 17 00:00:00 2001 From: ravind Date: Mon, 6 Feb 2017 10:27:06 -0500 Subject: [PATCH] DOCS-9864: Fix hashed sharding example --- source/tutorial/deploy-sharded-cluster-hashed-sharding.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt b/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt index 8dd7310b6ac..8959f9a0797 100644 --- a/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt +++ b/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt @@ -179,4 +179,4 @@ The following operation shards the target collection using the .. code-block:: javascript - sh.shardCollection(".", { : } ) + sh.shardCollection(".", { : "hashed" } )