From 05079c3976275867551c5dc290b597f3b5301d82 Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Sun, 13 Nov 2016 21:33:41 +0900 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/dlq.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/dlq.adoc b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/dlq.adoc index 3a318014d..1d23197b3 100644 --- a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/dlq.adoc +++ b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/dlq.adoc @@ -11,7 +11,7 @@ These examples use a `@RabbitListener` to receive messages from the DLQ, you cou The examples assume the original destination is `so8400in` and the consumer group is `so8400`. -=== Non-Partioned Destinations +=== Non-Partitioned Destinations The first two examples are when the destination is **not** partitioned.