From 57b89e03889a9ec8a797ae16dcebb6ccd014bb82 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 16 Apr 2012 13:34:31 +0300 Subject: [PATCH] Fix typo in ApplicationContext reference doc --- src/reference/docbook/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/beans.xml b/src/reference/docbook/beans.xml index 356c5e08c5..16154a98ec 100644 --- a/src/reference/docbook/beans.xml +++ b/src/reference/docbook/beans.xml @@ -86,7 +86,7 @@ The footnote should x-ref to first section in that chapter but I can't find the >FileSystemXmlApplicationContext. While XML has been the traditional format for defining configuration metadata you can instruct the container to use - Java annotations or code as the metadata format by providng a small amount + Java annotations or code as the metadata format by providing a small amount of XML configuration to declaratively enable support for these additional metadata formats.