You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/11/16 01:28:44 UTC

[activemq-website] branch main updated: Fix minor typo in MQTT docs

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 77c9131  Fix minor typo in MQTT docs
     new f30c982  Merge pull request #69 from lucastetreault/patch-2
77c9131 is described below

commit 77c9131a39f54931e580f3a451631f9ea2513850
Author: Lucas Tétreault <te...@amazon.com>
AuthorDate: Mon Nov 15 16:48:23 2021 -0800

    Fix minor typo in MQTT docs
---
 src/mqtt.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mqtt.md b/src/mqtt.md
index 726cbe9..fea2c5d 100644
--- a/src/mqtt.md
+++ b/src/mqtt.md
@@ -45,7 +45,7 @@ The ActiveMQ MQTT Transport implementation fully supports an [ActiveMQ security]
 
 ### Enabling MQTT over NIO
 
-For better scalability (and performance) you might want to run the MQTT protocol over NIO transport. To do that just use `mqtt+nio` transport prefix instead of `matt`. For example, add the following transport configuration in your XML file
+For better scalability (and performance) you might want to run the MQTT protocol over NIO transport. To do that just use `mqtt+nio` transport prefix instead of `mqtt`. For example, add the following transport configuration in your XML file
 ```
 <transportConnector name="mqtt+nio" uri="mqtt+nio://localhost:1883"/>
 ```