From 26951c3a59dddbf9c41978e1b890d4823d19cc4e Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 24 Mar 2011 07:40:47 -0400 Subject: [PATCH] INT-1846 fixed typo in XML documentation --- docs/src/reference/docbook/xml.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/xml.xml b/docs/src/reference/docbook/xml.xml index 1d910ae43f..2bda1a5180 100644 --- a/docs/src/reference/docbook/xml.xml +++ b/docs/src/reference/docbook/xml.xml @@ -428,7 +428,7 @@ You can also combine Spring Expression Language (SpEL) expressions with XPath expression and configure them using expression attribute: ]]> - In the above case the overall result of the expression will be the result of the XPathe expression multiplied by 2. + In the above case the overall result of the expression will be the result of the XPath expression multiplied by 2.