typo fix in mqtt broker help text
This commit is contained in:
Alice Ferrazzi 2016-09-15 07:13:08 +09:00 committed by Nick O'Leary
parent 0071afb205
commit e4c951984a
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
</script>
<script type="text/x-red" data-help-name="mqtt-broker">
<p>A minimum MQTT broker connecton requires only a broker server address to be added to the default configuration.</p>
<p>A minimum MQTT broker connection requires only a broker server address to be added to the default configuration.</p>
<p>To secure the connection with SSL/TLS, a TLS Configuration must also be configured and selected.</p>
<p>If you create a Client ID it must be unique to the broker you are connecting to.</p>
<p>For more information about MQTT see the <a href="http://www.eclipse.org/paho/" target="_new">Eclipse Paho</a> site.</p>