From 50ce8ca2ba7db601d3fa4c6661a0c8e5f9eb15e2 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 31 Oct 2017 11:49:37 -0400 Subject: [PATCH] Fix doc typo. --- .../src/main/asciidoc/partitions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc index 50c9b29ea..cf80e8a14 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc @@ -2,7 +2,7 @@ Apache Kafka supports topic partitioning natively. -Sometimes it is advantageous to send data to specific partitions, for example when you want to strictly order message processing - all messsages for a particular customer should go to the same partition. +Sometimes it is advantageous to send data to specific partitions, for example when you want to strictly order message processing - all messages for a particular customer should go to the same partition. The following illustrates how to configure the producer and consumer side: