diff --git a/src/reference/asciidoc/aggregator.adoc b/src/reference/asciidoc/aggregator.adoc
index 88578084e6..372279d1bd 100644
--- a/src/reference/asciidoc/aggregator.adoc
+++ b/src/reference/asciidoc/aggregator.adoc
@@ -259,7 +259,7 @@ Below you can see an example of an aggregator.
group-timeout="60000" <21>
group-timeout-expression="size() ge 2 ? 100 : -1" <22>
- expire-groups-on-timeout="true" <23>
+ expire-groups-upon-timeout="true" <23>
scheduler="taskScheduler" > <24>
<25>
@@ -323,7 +323,8 @@ Otherwise by itself this attribute has no behavior.
It only serves as an indicator of what to do (discard or send to the output/reply channel) with Messages that are still in the `MessageGroup` that is about to be expired.
_Optional_.
_Default - 'false'_.
-*NOTE:* This attribute is more properly 'send-partial-result-on-timeout' because the group may not actually expire if `expire-groups-on-timeout` is set to `false`.
+*NOTE:* This attribute is more properly 'send-partial-result-on-timeout' because the group may not actually expire if
+`expire-groups-upon-timeout` is set to `false`.
diff --git a/src/reference/asciidoc/changes-4.0-4.1.adoc b/src/reference/asciidoc/changes-4.0-4.1.adoc
index 4f991a3a1a..3694a5111c 100644
--- a/src/reference/asciidoc/changes-4.0-4.1.adoc
+++ b/src/reference/asciidoc/changes-4.0-4.1.adoc
@@ -122,7 +122,7 @@ See <> for more information.
[[x4.1-aggregator]]
===== Aggregator
-`Aggregator` s now support a new attribute `expire-groups-on-timeout`.
+`Aggregator` s now support a new attribute `expire-groups-upon-timeout`.
See <> for more information.
[[x4.1-content-enricher-improvement]]