From 02ac30d598d2c2c3e75f83d957d718c1f462dd28 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 28 Oct 2014 10:33:37 -0400 Subject: [PATCH] Minor javadoc update --- src/reference/el.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/el.xml b/src/reference/el.xml index 67a6a310..1ecd3ea5 100644 --- a/src/reference/el.xml +++ b/src/reference/el.xml @@ -80,7 +80,7 @@ Spring EL Starting with version 2.1 Web Flow uses the Spring Expression Language (Spring EL). - Spring EL was created to provide is a single, well-supported expression language for use across all the products in the Spring portfolio. + Spring EL was created to provide a single, well-supported expression language for use across all the products in the Spring portfolio. It is distributed as a separate jar org.springframework.expression in the Spring Framework. Existing applications will need to remove dependencies on org.jboss.el or org.ognl and use org.springframework.expression instead. See the section below on EL Portability for other notes on upgrading.