Skip to content

Commit c6965b2

Browse files
committed
Fix typo in MQTT doc
1 parent baf1b97 commit c6965b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/mqtt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ It is not used if a custom `converter` is supplied.
274274
The default is `headers[mqtt_retained]`.
275275
<9> The default topic to which the message is sent (used if no `mqtt_topic` header is found).
276276
<10> An expression to evaluate to determine the destination topic.
277-
The default is `headers['topic']`.
277+
The default is `headers['mqtt_topic']`.
278278
<11> When `true`, the caller does not block.
279279
Rather, it waits for delivery confirmation when a message is sent.
280280
The default is `false` (the send blocks until delivery is confirmed).

0 commit comments

Comments
 (0)