From fba21d1fb8f7b83167bf4a115b80e6f2b3249381 Mon Sep 17 00:00:00 2001 From: alethes Date: Thu, 25 Sep 2014 21:49:31 +0200 Subject: [PATCH] Add lacking "to" --- 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 3af71e7e146..f04f19a01a0 100644 --- a/source/core/master-slave.txt +++ b/source/core/master-slave.txt @@ -13,7 +13,7 @@ Master Slave Replication In addition to providing all the functionality of master-slave deployments, replica sets are also more robust for production use. Master-slave replication preceded replica sets -and made it possible have a large number of non-master (i.e. slave) nodes, as well as +and made it possible to have a large number of non-master (i.e. slave) nodes, as well as to restrict replicated operations to only a single database; however, master-slave replication provides less redundancy and does not automate failover. See :ref:`replica-set-equivalent` for a replica set