Fix typo in reference documentation

Issue: SPR-9321
This commit is contained in:
Chris Beams 2012-04-13 20:39:35 +03:00
parent cfe2af7690
commit f6003b5102
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ The footnote should x-ref to first section in that chapter but I can't find the
<para>The <interfacename>ApplicationContext</interfacename> is the
interface for an advanced factory capable of maintaining a registry of
different beans and their dependencies. Using the method <methodname>T
getBean(Stringname, Class&lt;T&gt; requiredType)</methodname> you can
getBean(String name, Class&lt;T&gt; requiredType)</methodname> you can
retrieve instances of your beans.</para>
<para>The <interfacename>ApplicationContext</interfacename> enables you to