From 10395ef254c37e3dd312b6e3ae8bfbad19334b33 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Thu, 24 May 2018 04:48:05 -0400 Subject: [PATCH] typo fix *hierarchy (#1735) --- nodes/core/io/10-mqtt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/io/10-mqtt.html b/nodes/core/io/10-mqtt.html index 722a7a7ae..afe710472 100644 --- a/nodes/core/io/10-mqtt.html +++ b/nodes/core/io/10-mqtt.html @@ -41,7 +41,7 @@
payload string | buffer
a string unless detected as a binary buffer.
topic string
-
the MQTT topic, uses / as a heirarchy separator.
+
the MQTT topic, uses / as a hierarchy separator.
qos number
0, fire and forget - 1, at least once - 2, once and once only.
retain boolean