From 4a37498760af7c1a2df93bb91278471c4e90a7f8 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Tue, 21 Apr 2015 09:43:49 +0100 Subject: [PATCH] Missing space in replSetMaintenance command page http://docs.mongodb.org/manual/reference/command/replSetMaintenance/ --- ...ts-parent-fact-command-puts-secondary-into-recovering.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/extracts-parent-fact-command-puts-secondary-into-recovering.yaml b/source/includes/extracts-parent-fact-command-puts-secondary-into-recovering.yaml index 3e137e3e335..20db425d3c6 100644 --- a/source/includes/extracts-parent-fact-command-puts-secondary-into-recovering.yaml +++ b/source/includes/extracts-parent-fact-command-puts-secondary-into-recovering.yaml @@ -7,7 +7,7 @@ content: | instance in the :replstate:`RECOVERING` state will fail. This prevents clients from reading during the operation. When the operation completes, the secondary returns - to:replstate:`SECONDARY` state. + to: replstate:`SECONDARY` state. - See :doc:`/reference/replica-states/` for more information about replica set member states. @@ -15,4 +15,4 @@ content: | See :doc:`/tutorial/perform-maintence-on-replica-set-members` for an example replica set maintenance procedure to maximize availability during maintenance operations. -... \ No newline at end of file +...