typo fix *hierarchy (#1735)

pull/1994/head
Edward Vielmetti 2018-05-24 04:48:05 -04:00 committed by Dave Conway-Jones
parent d4d9190919
commit 10395ef254
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<dt>payload <span class="property-type">string | buffer</span></dt>
<dd>a string unless detected as a binary buffer.</dd>
<dt>topic <span class="property-type">string</span></dt>
<dd>the MQTT topic, uses / as a heirarchy separator.</dd>
<dd>the MQTT topic, uses / as a hierarchy separator.</dd>
<dt>qos <span class="property-type">number</span> </dt>
<dd>0, fire and forget - 1, at least once - 2, once and once only.</dd>
<dt>retain <span class="property-type">boolean</span></dt>