From 695e6880d97779959b9e3e642e9a456ca2579f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sat, 20 Apr 2013 21:54:54 -0500 Subject: [PATCH 1/2] Minor: correction on markup --- source/tutorial/deploy-replica-set.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index 9bcb1bc208d..229031246da 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 From 3e2d4c6af620a2f7d594bdb8c1cbb278698878b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sat, 20 Apr 2013 21:57:42 -0500 Subject: [PATCH 2/2] Minor: Colon to show a example of commands sequence --- source/tutorial/deploy-replica-set.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index 229031246da..ede623aff54 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -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