Skip to content

Commit 1b58a74

Browse files
committed
Fix typo
Json -> JSON
1 parent 4686a49 commit 1b58a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/reference-mqtt-cross-protocol-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here's the conversion between the MQTT "content type" field and Web PubSub messa
4545

4646
### Message content conversion
4747

48-
For text-based Web PubSub message data types, including `Text` and `Json`, they convert to and from MQTT by UTF-8 encoding. For binary-based Web PubSub message data types, including `Protobuf` and `Binary`, they remain exactly the same in the MQTT message content.
48+
For text-based Web PubSub message data types, including `Text` and `JSON`, they convert to and from MQTT by UTF-8 encoding. For binary-based Web PubSub message data types, including `Protobuf` and `Binary`, they remain exactly the same in the MQTT message content.
4949

5050
### Message quality of service (QoS) conversion
5151

0 commit comments

Comments
 (0)