Skip to content

Commit b357cd0

Browse files
authored
update
1 parent 515d3fe commit b357cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/concept-client-protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Simple WebSocket client has two modes: `sendEvent` and `sendToGroup`. The mode i
6565

6666
You can also customize the event name by using `event` query parameter.
6767
```javascript
68-
// When every data frame is considered as a `message` event
68+
// Every data frame is considered as a `message` event
6969
var client3 = new WebSocket('wss://test.webpubsub.azure.com/client/hubs/hub1');
7070

7171
// Or explicitly set the mode

0 commit comments

Comments
 (0)