From d3e480aa55d1760086059090b6083fbc9cb168a6 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 14 Jul 2016 11:50:42 +0100 Subject: [PATCH] Minor Doc Fix --- src/reference/asciidoc/polling-consumer.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/polling-consumer.adoc b/src/reference/asciidoc/polling-consumer.adoc index ff0bdf9189..90955ba943 100644 --- a/src/reference/asciidoc/polling-consumer.adoc +++ b/src/reference/asciidoc/polling-consumer.adoc @@ -100,7 +100,7 @@ If you wish to change the order, you should wire up the proxy yourself. ===== SimpleActiveIdleMessageSourceAdvice -This advice is a simple implementation of `AbstractMessageSourceAdvice`, when used in conjunction with a `DynamicPeriodicTrigger`, it adjuststhe polling frequency depending on whether or not the previous poll resulted in a message or not. +This advice is a simple implementation of `AbstractMessageSourceAdvice`, when used in conjunction with a `DynamicPeriodicTrigger`, it adjusts the polling frequency depending on whether or not the previous poll resulted in a message or not. The poller must also have a reference to the same `DynamicPeriodicTrigger`. .Important: Async Handoff