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.