Fix typo in reference documentation

Issue: SPR-9321
This commit is contained in:
Chris Beams
2012-04-13 20:39:35 +03:00
parent 2fe74a4ef0
commit 6b76afd1ce

View File

@@ -355,7 +355,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