1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Minor typo fix

CloseResp -> CloseResponse
This commit is contained in:
Darren Clark 2020-01-06 16:25:26 -05:00 committed by GitHub
parent a5ebd61e87
commit 5e0db1699d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.