diff --git a/src/reference/docbook/spel.xml b/src/reference/docbook/spel.xml
index c8fa0a8c36..deeed7451e 100644
--- a/src/reference/docbook/spel.xml
+++ b/src/reference/docbook/spel.xml
@@ -141,6 +141,9 @@
the same name.
+
+ Built-in SpEL Functions
+
Spring Integration provides some standard functions, which are registered with the application
context automatically on start up:
diff --git a/src/reference/docbook/transformer.xml b/src/reference/docbook/transformer.xml
index a3a061eb71..8a959e3794 100644
--- a/src/reference/docbook/transformer.xml
+++ b/src/reference/docbook/transformer.xml
@@ -351,8 +351,8 @@ public class Foo {
]]>
- In addition to JSON Transformers Spring Integration provides out-of-the-box #jsonPath
- SpEL function. For more information see .
+ In addition to JSON Transformers, Spring Integration provides a built-in #jsonPath
+ SpEL function for use in expressions. For more information see .