From 71888f8a00f7a0adc87568f6cc03f9fc7cee95f3 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 23 May 2019 13:21:13 -0500 Subject: [PATCH] Update standby-server.md --- nats_streaming/fault-tolerance/standby-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_streaming/fault-tolerance/standby-server.md b/nats_streaming/fault-tolerance/standby-server.md index da8fff6..79e64f3 100644 --- a/nats_streaming/fault-tolerance/standby-server.md +++ b/nats_streaming/fault-tolerance/standby-server.md @@ -1,3 +1,3 @@ # Standby servers -There can be as many as you want standby servers on the same group. These servers do not access the store and do not receive any data from the streaming clients. They are just running waiting for the detection of the active server failure. +There can be as many standby servers as you want in the same group. These servers do not access the store and do not receive any data from the streaming clients. They are just running waiting for the detection of the active server failure.