From f364469adb56de70b82dcf5fd143ff1159a8af5e Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 6 Jun 2019 15:13:28 -0500 Subject: [PATCH] Update nats-protocol.md --- nats_protocol/nats-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_protocol/nats-protocol.md b/nats_protocol/nats-protocol.md index 50c0f77..08a2ccb 100644 --- a/nats_protocol/nats-protocol.md +++ b/nats_protocol/nats-protocol.md @@ -293,7 +293,7 @@ Handling of these errors usually has to be done asynchronously. `-ERR ` -Some protocol errors result in the server closing the connection. Upon recieving these errors, the connection is no longer valid and the client should clean up relevant resources. These errors include: +Some protocol errors result in the server closing the connection. Upon receiving these errors, the connection is no longer valid and the client should clean up relevant resources. These errors include: - `-ERR 'Unknown Protocol Operation'`: Unknown protocol error - `-ERR 'Attempted To Connect To Route Port'`: Client attempted to connect to a route port instead of the client port