From 4b7c44293e9c5a1c2db5350c54f922b3543d14e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 27 May 2014 16:41:04 -0500 Subject: [PATCH] Fix typo. --- source/core/master-slave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/master-slave.txt b/source/core/master-slave.txt index b5a034a52d0..d88a2fe8e38 100644 --- a/source/core/master-slave.txt +++ b/source/core/master-slave.txt @@ -31,7 +31,7 @@ To configure a :term:`master`\-:term:`slave` deployment, start two :program:`mongod` instances: one in master mode, and the other in slave mode. -To start a :program:`mongod` instance in master` mode, +To start a :program:`mongod` instance in master mode, invoke :program:`mongod` as follows: .. code-block:: javascript