Skip to content

Commit 8adb698

Browse files
committed
Fix typo
Json -> JSON
1 parent d36bd16 commit 8adb698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/howto-develop-reliable-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following tutorial walks you through the important part of implementing the
2828

2929
To use reliable subprotocols, you must set the subprotocol when constructing WebSocket connections. In JavaScript, you can use the following code:
3030

31-
- Use Json reliable subprotocol:
31+
- Use JSON reliable subprotocol:
3232

3333
```js
3434
var pubsub = new WebSocket(

0 commit comments

Comments
 (0)