diff --git a/spring-webflow/docs/reference/src/flow-executor.xml b/spring-webflow/docs/reference/src/flow-executor.xml
index c97af47f..804b5eff 100644
--- a/spring-webflow/docs/reference/src/flow-executor.xml
+++ b/spring-webflow/docs/reference/src/flow-executor.xml
@@ -533,7 +533,7 @@
access flow execution attributes from JSF components.
- A minimal faces-config.xml file
+ Adding Spring Web Flow extensions to faces-config.xml
Using Spring Web Flow in a JSF environment requires adding these custom artifacts to the application's
faces-config.xml file:
@@ -565,7 +565,8 @@
it finds a match. If no match is found this resolver delegates to the next resolver in the chain.
-
+
+ Configuring the Web Flow system
The artifacts defined faces-config.xml use Spring to locate the Web Flow system.
This requires a Spring Web Application Context to be bootstrapped using a ContextLoaderListener in