diff --git a/docs/src/reference/docbook/aggregator.xml b/docs/src/reference/docbook/aggregator.xml index 5031b58117..e5a271db52 100644 --- a/docs/src/reference/docbook/aggregator.xml +++ b/docs/src/reference/docbook/aggregator.xml @@ -554,10 +554,10 @@ which is going to be used to correlate messages. - Likewise, for the ReleaseStrategy you can implement your release logic via + Likewise, for the ReleaseStrategy you can implement your release logic as a SpEL expression and configure it via the release-strategy-expression attribute. - The only exception is that since ReleaseStrategy is passed the List of Messages the the root object in the SopEL - Evaluation context is the List itself which can be referenced as #this. + The only difference is that since ReleaseStrategy is passed the List of Messages, the root object in the SpEL + evaluation context is the List itself. That List can be referenced as #this within the expression. For example: