We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515d3fe commit b357cd0Copy full SHA for b357cd0
articles/azure-web-pubsub/concept-client-protocols.md
@@ -65,7 +65,7 @@ Simple WebSocket client has two modes: `sendEvent` and `sendToGroup`. The mode i
65
66
You can also customize the event name by using `event` query parameter.
67
```javascript
68
-// When every data frame is considered as a `message` event
+// Every data frame is considered as a `message` event
69
var client3 = new WebSocket('wss://test.webpubsub.azure.com/client/hubs/hub1');
70
71
// Or explicitly set the mode
0 commit comments