From cd58a80de73d6aae0685b49320a50aee2b899029 Mon Sep 17 00:00:00 2001 From: ramsawroop420 Date: Thu, 5 Feb 2015 14:44:37 -0500 Subject: [PATCH] Update replica-set-elections.txt Corrected a typo error in connection section.. --- source/core/replica-set-elections.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replica-set-elections.txt b/source/core/replica-set-elections.txt index be6adc64f89..2b82d18a1f6 100644 --- a/source/core/replica-set-elections.txt +++ b/source/core/replica-set-elections.txt @@ -91,7 +91,7 @@ to each other. If two members are unavailable, the remaining member remains a :term:`secondary` because it cannot connect to a majority of the set's members. If the remaining member is a :term:`primary` and two members become unavailable, the primary steps -down and becomes and secondary. +down and becomes a secondary. Network Partitions ~~~~~~~~~~~~~~~~~~