From 6bc9454a2f9af99cc64570e8e374a3a00b1e1e82 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 7 Jun 2019 09:26:25 -0500 Subject: [PATCH] Update nats-server-protocol.md --- nats_protocol/nats-server-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_protocol/nats-server-protocol.md b/nats_protocol/nats-server-protocol.md index 389734c..ebe510d 100644 --- a/nats_protocol/nats-server-protocol.md +++ b/nats_protocol/nats-server-protocol.md @@ -166,4 +166,4 @@ If the another server sends a ping request, a server will reply with a pong mess #### Description -The `-ERR` message is used by the server indicate a protocol, authorization, or other runtime connection error to another server. Most of these errors result in the remote server closing the connection. +The `-ERR` message is used by the server to indicate a protocol, authorization, or other runtime connection error to another server. Most of these errors result in the remote server closing the connection.