diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index 8ad6d3315..4aea4029c 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -19,7 +19,7 @@ To use Apache Kafka binder, you need to add `spring-cloud-stream-binder-kafka` a ---- -Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown inn the following example for Maven: +Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown in the following example for Maven: [source,xml] ----