diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index 9bcb1bc208d..ede623aff54 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -133,7 +133,7 @@ The examples in this procedure create a new replica set named ``rs0``. rs.conf() #. Add the second and third :program:`mongod` instances to the replica - set using the :method:`rs.add()` method. Replace with + set using the :method:`rs.add()` method. Replace ```` with your system's hostname in the following examples: .. code-block:: javascript @@ -257,7 +257,7 @@ To deploy a production replica set: rs.conf() #. Add two members to the replica set by issuing a sequence of commands - similar to the following. + similar to the following: .. code-block:: javascript