diff --git a/docs/src/reference/docbook/groovy.xml b/docs/src/reference/docbook/groovy.xml
index 10b73326f2..054733d82a 100644
--- a/docs/src/reference/docbook/groovy.xml
+++ b/docs/src/reference/docbook/groovy.xml
@@ -85,8 +85,10 @@
Be careful about using managed beans with custom scopes (e.g. 'request') in the Control Bus' command scripts, especially
- inside async message flow. If The Control Bus' customizer can't expose a bean
- from the application context, it skips BeanCreationException and goes on to other beans.
+ inside an async message flow. If The Control Bus' customizer can't expose a bean
+ from the application context, it skips that bean. For example, if a custom scope's context is not established, the attempt
+ to get a bean within that scope will trigger a BeanCreationException. In that case, such a bean
+ will be ignored, and the customizer will continue with other beans.