Fix spelling mistake in mqtt_consumer docs

This commit is contained in:
Daniel Nelson 2019-11-12 14:11:42 -08:00
parent 898c20c01e
commit 55b78a5f66
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ and creates metrics using one of the supported [input data formats][].
# max_undelivered_messages = 1000
## Persistent session disables clearing of the client session on connection.
## In order for this option to work you must also set client_id to identity
## In order for this option to work you must also set client_id to identify
## the client. To receive messages that arrived while the client is offline,
## also set the qos option to 1 or 2 and don't forget to also set the QoS when
## publishing.

View File

@ -114,7 +114,7 @@ var sampleConfig = `
# max_undelivered_messages = 1000
## Persistent session disables clearing of the client session on connection.
## In order for this option to work you must also set client_id to identity
## In order for this option to work you must also set client_id to identify
## the client. To receive messages that arrived while the client is offline,
## also set the qos option to 1 or 2 and don't forget to also set the QoS when
## publishing.