Skip to content

Commit a6207e9

Browse files
authored
Merge pull request #125978 from changeworld/patch-14
Fix typo
2 parents d215047 + 0ccde69 commit a6207e9

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)