From 96eb4eed3ff6670e5ee75b41fe60a0beac19a355 Mon Sep 17 00:00:00 2001 From: Nayan Hajratwala Date: Fri, 25 Apr 2025 14:19:12 -0400 Subject: [PATCH] fix typo Signed-off-by: Nayan Hajratwala --- .../ROOT/pages/kafka/kafka-reactive-binder/consuming.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/kafka/kafka-reactive-binder/consuming.adoc b/docs/modules/ROOT/pages/kafka/kafka-reactive-binder/consuming.adoc index 2d5a1e4ec..6bdb6b1d1 100644 --- a/docs/modules/ROOT/pages/kafka/kafka-reactive-binder/consuming.adoc +++ b/docs/modules/ROOT/pages/kafka/kafka-reactive-binder/consuming.adoc @@ -1,7 +1,7 @@ [[consuming-records-in-the-raw-format]] = Consuming Records -In the above `upppercase` function, we are consuming the record as `Flux` and then produce it as `Flux`. +In the above `uppercase` function, we are consuming the record as `Flux` and then produce it as `Flux`. There might be occasions in which you need to receive the record in the original received format - the `ReceiverRecord`. Here is such a function.