Skip to content

Commit 4f0498e

Browse files
authored
Merge pull request #106863 from davidcorrigan714/main
Fix missing comma in example JSON
2 parents 55736da + d6849cc commit 4f0498e

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)