diff --git a/docs/src/reference/docbook/groovy.xml b/docs/src/reference/docbook/groovy.xml
index b11bc2b6a4..a919a7c7f3 100644
--- a/docs/src/reference/docbook/groovy.xml
+++ b/docs/src/reference/docbook/groovy.xml
@@ -119,7 +119,7 @@
If you need control over customization of the Groovy object itself which goes beyond setting variables
(e.g., properties, MetaObject etc.) you can also register a GroovyObjectCustomizer which is an implementation of
- org.springframework.scripting.groovy.GroovyObjectCustomizer via 'customizer' attribute.
+ org.springframework.scripting.groovy.GroovyObjectCustomizer via customizer attribute.
]]>
-Setting custom GroovyObjectCustomizer is NOT mutually exclusive to &ly;variable> sub-element and/or script-variable-generator
+Setting custom GroovyObjectCustomizer is NOT mutually exclusive to <variable> sub-element and/or script-variable-generator
and is allowed with inline scripting.
@@ -161,12 +161,10 @@ Setting custom GroovyObjectCustomizer is NOT mutually exclusive to &ly;variable&
If you need control over customization of the Groovy object itself which goes beyond setting variables
(e.g., properties, MetaObject etc.) you can also register a GroovyObjectCustomizer which is an implementation of
- org.springframework.scripting.groovy.GroovyObjectCustomizer via 'customizer' attribute.
+ org.springframework.scripting.groovy.GroovyObjectCustomizer via customizer attribute.
-
-
-
+
]]>