Skip to content

Commit 8c557d8

Browse files
committed
edit pass: signalr-concept-client-negotiation
1 parent 3e89070 commit 8c557d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-concept-client-negotiation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The response to the `POST [endpoint-base]/negotiate` request contains one of thr
4141

4242
The payload that this endpoint returns provides the following data:
4343

44-
* The `connectionId` value that the Long Polling and Server-Sent Events transports require to correlate send*ing and receiving.
44+
* The `connectionId` value that the Long Polling and Server-Sent Events transports require to correlate sending and receiving.
4545
* The `negotiateVersion` value is the negotiation protocol version that you use between the server and the client.
4646
* The `availableTransports` list describes the transports that the server supports. For each transport, the payload lists the name of the transport (`transport`) and a list of transfer formats that the transport supports (`transferFormats`).
4747

0 commit comments

Comments
 (0)