Fixes typo in docs.

Resolves #2478
This commit is contained in:
Soby Chacko
2022-08-15 14:13:22 -04:00
committed by GitHub
parent f94da9d311
commit 3178464f14

View File

@@ -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.
```