diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml index 129cfd52..5a074163 100644 --- a/spring-webflow-reference/src/flow-security.xml +++ b/spring-webflow-reference/src/flow-security.xml @@ -6,7 +6,7 @@ Security is an important concept for any application. End users should not be able to access any portion of a site simply by guessing the URL. - Areas of a site that are sensitive must ensure that only authorized requested are processed. + Areas of a site that are sensitive must ensure that only authorized requests are processed. Spring Security is a proven security platform that can integrate with your application at multiple levels. This section will focus on securing flow execution.