From c6965b226d93c4139c02154129dbbde99a4d5deb Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 20 Feb 2019 09:20:11 -0500 Subject: [PATCH] Fix typo in MQTT doc --- src/reference/asciidoc/mqtt.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/mqtt.adoc b/src/reference/asciidoc/mqtt.adoc index 9bf74289f1..6c76869e47 100644 --- a/src/reference/asciidoc/mqtt.adoc +++ b/src/reference/asciidoc/mqtt.adoc @@ -274,7 +274,7 @@ It is not used if a custom `converter` is supplied. The default is `headers[mqtt_retained]`. <9> The default topic to which the message is sent (used if no `mqtt_topic` header is found). <10> An expression to evaluate to determine the destination topic. -The default is `headers['topic']`. +The default is `headers['mqtt_topic']`. <11> When `true`, the caller does not block. Rather, it waits for delivery confirmation when a message is sent. The default is `false` (the send blocks until delivery is confirmed).