Skip to content

Commit d6849cc

Browse files
Fix missing comma in JSON
1 parent 362b914 commit d6849cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-relay/relay-hybrid-connections-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ properties at this time:
324324
```json
325325
{
326326
"accept" : {
327-
"address" : "wss://dc-node.servicebus.windows.net:443/$hc/{path}?..."
327+
"address" : "wss://dc-node.servicebus.windows.net:443/$hc/{path}?...",
328328
"id" : "4cb542c3-047a-4d40-a19f-bdc66441e736",
329329
"connectHeaders" : {
330330
"Host" : "...",

0 commit comments

Comments
 (0)