Fix spelling mistake in mqtt_consumer docs
This commit is contained in:
parent
898c20c01e
commit
55b78a5f66
|
@ -45,7 +45,7 @@ and creates metrics using one of the supported [input data formats][].
|
||||||
# max_undelivered_messages = 1000
|
# max_undelivered_messages = 1000
|
||||||
|
|
||||||
## Persistent session disables clearing of the client session on connection.
|
## 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,
|
## 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
|
## also set the qos option to 1 or 2 and don't forget to also set the QoS when
|
||||||
## publishing.
|
## publishing.
|
||||||
|
|
|
@ -114,7 +114,7 @@ var sampleConfig = `
|
||||||
# max_undelivered_messages = 1000
|
# max_undelivered_messages = 1000
|
||||||
|
|
||||||
## Persistent session disables clearing of the client session on connection.
|
## 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,
|
## 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
|
## also set the qos option to 1 or 2 and don't forget to also set the QoS when
|
||||||
## publishing.
|
## publishing.
|
||||||
|
|
Loading…
Reference in New Issue