diff --git a/spring-webflow-reference/src/flow-managed-persistence.xml b/spring-webflow-reference/src/flow-managed-persistence.xml index d6a3571e..896af181 100644 --- a/spring-webflow-reference/src/flow-managed-persistence.xml +++ b/spring-webflow-reference/src/flow-managed-persistence.xml @@ -87,7 +87,7 @@ This pattern creates a PersistenceContext in conversationScope on flow startup, and uses that context for data access until the conversation ends. This pattern generally employs a manual flush mode; that is, the application decides when to flush changes to the database. - A convention for flow-managed flushing may be employed, such as always flushing after a transition one from one view-state to another. + A convention for flow-managed flushing may be employed, such as always flushing after a transition from one view-state to another. This pattern provides no flow-level isolation of intermediate edits since flushing synchronizes persistent object state with the database. With this pattern, all data access generally occurs non-transactionally.