diff --git a/src/reference/docbook/whats-new.xml b/src/reference/docbook/whats-new.xml
index 8a6ffa7642..fac46686a3 100644
--- a/src/reference/docbook/whats-new.xml
+++ b/src/reference/docbook/whats-new.xml
@@ -141,6 +141,7 @@
To achieve flexible Request Mapping configuration, Spring Integration provides the <request-mapping/>
sub-element for <http:inbound-channel-adapter/> and <http:inbound-gateway/>.
Both HTTP Inbound Endpoints are now fully based on the Request Mapping infrastructure that was introduced with Spring MVC 3.1.
+ For example, multiple paths are supported on a single inbound endpoint.
For more information see .
@@ -643,7 +644,7 @@
- Redis Adapters Changers
+ Redis Adapter Changes
@@ -665,7 +666,7 @@
- Persistend File List Filters (file, (S)FTP)
+ Persistent File List Filters (file, (S)FTP)
New FileListFilters that use a persistent MetadataStore are
now available. These can be used to prevent duplicate files after a system restart. See