diff --git a/spring-webflow-reference/src/el.xml b/spring-webflow-reference/src/el.xml
index d0d591ca..ce2e0db8 100644
--- a/spring-webflow-reference/src/el.xml
+++ b/spring-webflow-reference/src/el.xml
@@ -32,7 +32,7 @@
- EL Portability
+ EL portability
In general, you will find the Unified EL and OGNL have a very similar syntax.
For basic variable resolution, property access, and method invocation the syntax is identical.
@@ -40,7 +40,7 @@
- EL Usage
+ EL usage
EL is used for many things within a flow, including:
@@ -54,7 +54,7 @@
Views rendered by flows typically access flow data structures using EL as well.
- Expression Types
+ Expression types
There are basically two types of expressions in Web Flow.
@@ -227,7 +227,7 @@
- Scope Searching Algorithm
+ Scope searching algorithm
When assigning a variable in one of the flow scopes, referencing that scope is required.
For example:
diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml
index f2e78355..03dbc0c4 100644
--- a/spring-webflow-reference/src/views.xml
+++ b/spring-webflow-reference/src/views.xml
@@ -1,6 +1,6 @@
- Rendering Views
+ Rendering views
Introduction
@@ -337,7 +337,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy
These view state history policies are configurable on a per view-state basis by using the history attribute.
- Discarding History
+ Discarding history
Set the history attribute to discard to prevent backtracking to a view:
@@ -346,7 +346,7 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy
- Invalidating History
+ Invalidating history
Set the history attribute to invalidate to prevent backtracking to a view as well all previously displayed views: