Skip to content

Commit e24af00

Browse files
author
Venkat Yalla
authored
fix wording
1 parent 21f1583 commit e24af00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"githubPullRequests.ignoredPullRequestBranches": [
3+
"main"
4+
]
5+
}

articles/iot-operations/manage-mqtt-broker/overview-iot-mq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MQTT broker features an enterprise-grade, standards-compliant MQTT broker that i
2121

2222
## MQTT compliant
2323

24-
MQTT broker features a standards-compliant MQTT broker that supports both MQTT v3.1.1 and MQTT v5.
24+
IoT Operations features a standards-compliant MQTT broker that supports both MQTT v3.1.1 and MQTT v5.
2525

2626
Message Queue Telemetry Transport (MQTT) has emerged as the *lingua franca* among protocols in the IoT space. MQTT's simple design allows a single broker to serve tens of thousands of clients simultaneously, with a lightweight publish-subscribe topic creation and management. Many IoT devices support MQTT natively out-of-the-box, with the long tail of IoT protocols being rationalized into MQTT by downstream translation gateways.
2727

0 commit comments

Comments
 (0)