From 5e0db1699d4354b512215f3d41e0f9a7f82e7671 Mon Sep 17 00:00:00 2001 From: Darren Clark Date: Mon, 6 Jan 2020 16:25:26 -0500 Subject: [PATCH] Minor typo fix CloseResp -> CloseResponse --- developing-with-nats-streaming/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats-streaming/protocol.md b/developing-with-nats-streaming/protocol.md index a54dfac..c1d3510 100644 --- a/developing-with-nats-streaming/protocol.md +++ b/developing-with-nats-streaming/protocol.md @@ -42,7 +42,7 @@ Click the name to see more detailed information, including usage: | [`Ping`](protocol.md#ping) | Client | Ping sent to server to detect connection loss | | [`PingResponse`](protocol.md#pingresponse) | Server | Result of a Ping | | [`CloseRequest`](protocol.md#closerequest) | Client | Request sent to close the connection to the NATS Streaming Server | -| [`CloseResp`](protocol.md#closeresponse) | Server | Result of the close request | +| [`CloseResponse`](protocol.md#closeresponse) | Server | Result of the close request | The following sections explain each protocol message.