diff --git a/source/reference/method/db.aggregate.txt b/source/reference/method/db.aggregate.txt index 303b0658261..e6281bacb76 100644 --- a/source/reference/method/db.aggregate.txt +++ b/source/reference/method/db.aggregate.txt @@ -55,4 +55,4 @@ results of that operation. $currentOp : { allUsers: true, idleConnections: true } }, { $match : { shard: "shard01" } } - ] } ) + ] ) diff --git a/source/tutorial/deploy-shard-cluster.txt b/source/tutorial/deploy-shard-cluster.txt index 936a5789134..38922fa7938 100644 --- a/source/tutorial/deploy-shard-cluster.txt +++ b/source/tutorial/deploy-shard-cluster.txt @@ -101,7 +101,7 @@ Create the Config Server Replica Set The following steps deploys a config server replica set. -For a production deployment, deploys a config server replica set with at +For a production deployment, deploy a config server replica set with at least three members. For testing purposes, you can create a single-member replica set.