From aac7dc150c8b9c563caf5d1a2808c0c581e11e8f Mon Sep 17 00:00:00 2001 From: shannonbradshaw Date: Fri, 6 Apr 2018 13:21:20 -0400 Subject: [PATCH] Update view-sharded-cluster-configuration.txt --- source/tutorial/view-sharded-cluster-configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/view-sharded-cluster-configuration.txt b/source/tutorial/view-sharded-cluster-configuration.txt index 4ea56fbd544..892f2ac471c 100644 --- a/source/tutorial/view-sharded-cluster-configuration.txt +++ b/source/tutorial/view-sharded-cluster-configuration.txt @@ -29,7 +29,7 @@ list of databases with sharding enabled: use config db.databases.find( { "partitioned": true } ) -.. example:: You can use the following sequence of commands when to +.. example:: You can use the following sequence of commands to return a list of all databases in the cluster: .. code-block:: javascript