From 3f1fb27f50e916f4fe6d637a1af4dd33c55082f7 Mon Sep 17 00:00:00 2001 From: Alex Gorbatchev Date: Mon, 2 Dec 2013 17:22:56 -0800 Subject: [PATCH] Fixes a typo --- source/core/replica-set-secondary.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replica-set-secondary.txt b/source/core/replica-set-secondary.txt index a0db9186104..788331ce3e7 100644 --- a/source/core/replica-set-secondary.txt +++ b/source/core/replica-set-secondary.txt @@ -24,7 +24,7 @@ information on how clients direct read operations to replica sets. A secondary can become a primary. If the current primary becomes unavailable, the replica set -holds an :term:`election` to choose with of the secondaries +holds an :term:`election` to choose which of the secondaries becomes the new primary. .. start-content-election-example