Fix typo in reference documentation
Issue: SPR-9321
This commit is contained in:
@@ -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
|
<para>The <interfacename>ApplicationContext</interfacename> is the
|
||||||
interface for an advanced factory capable of maintaining a registry of
|
interface for an advanced factory capable of maintaining a registry of
|
||||||
different beans and their dependencies. Using the method <methodname>T
|
different beans and their dependencies. Using the method <methodname>T
|
||||||
getBean(Stringname, Class<T> requiredType)</methodname> you can
|
getBean(String name, Class<T> requiredType)</methodname> you can
|
||||||
retrieve instances of your beans.</para>
|
retrieve instances of your beans.</para>
|
||||||
|
|
||||||
<para>The <interfacename>ApplicationContext</interfacename> enables you to
|
<para>The <interfacename>ApplicationContext</interfacename> enables you to
|
||||||
|
|||||||
Reference in New Issue
Block a user