Browse Source

Fix typo in reference documentation

Issue: SPR-9321
pull/1234/head
Chris Beams 13 years ago
parent
commit
4f9593da1c
  1. 2
      spring-framework-reference/src/beans.xml

2
spring-framework-reference/src/beans.xml

@ -355,7 +355,7 @@ The footnote should x-ref to first section in that chapter but I can't find the @@ -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

Loading…
Cancel
Save