diff --git a/src/reference/docbook/overview.xml b/src/reference/docbook/overview.xml
index 223b88a74b..1cac576a1c 100644
--- a/src/reference/docbook/overview.xml
+++ b/src/reference/docbook/overview.xml
@@ -251,7 +251,8 @@
is required to maintain state (the Messages to-be-aggregated), to decide when the complete group of Messages
is available, and to timeout if necessary. Furthermore, in case of a timeout, the Aggregator needs to know
whether to send the partial results or to discard them to a separate channel. Spring Integration provides
- a CompletionStrategy as well as configurable settings for timeout, whether
+ a CorrelationStrategy,
+ a ReleaseStrategy and configurable settings for: timeout, whether
to send partial results upon timeout, and the discard channel.