From 323f3fcc2854c7827fd3dfa2c58d34072110d496 Mon Sep 17 00:00:00 2001 From: Enzo Cappa Date: Sat, 10 Feb 2024 09:39:27 -0800 Subject: [PATCH] DBZ-7368: fix double space --- .../modules/ROOT/pages/transformations/outbox-event-router.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/transformations/outbox-event-router.adoc b/documentation/modules/ROOT/pages/transformations/outbox-event-router.adoc index 782bf4040..5e991a9f1 100644 --- a/documentation/modules/ROOT/pages/transformations/outbox-event-router.adoc +++ b/documentation/modules/ROOT/pages/transformations/outbox-event-router.adoc @@ -231,7 +231,7 @@ To use this format, the data type of the source column must be JSON (for example [[expanding-escaped-json-string-as-json]] ==== Expanding escaped JSON String as JSON -When a {prodname} outbox message represents the `payload` as a JSON String, the resulting Kafka message escapes the string as in the following example: +When a {prodname} outbox message represents the `payload` as a JSON String, the resulting Kafka message escapes the string as in the following example: [source,javascript,indent=0] ----