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.