From 6866eef8b02f60fb688cfb7646e35bfdf8465852 Mon Sep 17 00:00:00 2001 From: Tenzin Chemi Date: Wed, 9 Oct 2019 13:49:43 +0530 Subject: [PATCH] Update overview.adoc --- docs/src/main/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ----