Skip to content
Snippets Groups Projects
Commit 4f9593da authored by Chris Beams's avatar Chris Beams
Browse files

Fix typo in reference documentation

Issue: SPR-9321
parent aac21fdc
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment