From 3178464f14e360672cec5926751bde9df318f0ff Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 15 Aug 2022 14:13:22 -0400 Subject: [PATCH] Fixes typo in docs. Resolves #2478 --- docs/src/main/asciidoc/kafka/kafka-streams.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/kafka/kafka-streams.adoc b/docs/src/main/asciidoc/kafka/kafka-streams.adoc index e1fbea74b..bcfb9dd61 100644 --- a/docs/src/main/asciidoc/kafka/kafka-streams.adoc +++ b/docs/src/main/asciidoc/kafka/kafka-streams.adoc @@ -77,7 +77,7 @@ NOTE: If the destination property is not set on the binding, a topic is created Once built as a uber-jar (e.g., `kstream-consumer-app.jar`), you can run the above example like the following. -If the applications choose to define the functional beans using Spring's `Component` annotation, the binder also suppports that model. +If the applications choose to define the functional beans using Spring's `Component` annotation, the binder also supports that model. The above functional bean could be rewritten as below. ```