Skip to content

Commit 2c029f9

Browse files
Acro fix
1 parent 8155e52 commit 2c029f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-concept-messages-and-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Messages larger than 2 KB are counted as multiple messages of 2 KB each. The mes
4444

4545
For example, imagine you have one application server, and three clients:
4646

47-
* When the application server broadcasts a 1-KB message to all connected clients, the message from the application server to the service is considered a free inbound msages.
47+
* When the application server broadcasts a 1-KB message to all connected clients, the message from the application server to the service is considered a free inbound message.
4848

4949
* When *client A* sends a 1 KB inbound message to *client B*, without going through app server, the message is a free inbound message. The message routed from service to *client B* is billed as an outbound message.
5050

0 commit comments

Comments
 (0)