Skip to content

Commit 4f9593d

Browse files
committed
Fix typo in reference documentation
Issue: SPR-9321
1 parent aac21fd commit 4f9593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-framework-reference/src/beans.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ The footnote should x-ref to first section in that chapter but I can't find the
355355
<para>The <interfacename>ApplicationContext</interfacename> is the
356356
interface for an advanced factory capable of maintaining a registry of
357357
different beans and their dependencies. Using the method <methodname>T
358-
getBean(Stringname, Class&lt;T&gt; requiredType)</methodname> you can
358+
getBean(String name, Class&lt;T&gt; requiredType)</methodname> you can
359359
retrieve instances of your beans.</para>
360360

361361
<para>The <interfacename>ApplicationContext</interfacename> enables you to

0 commit comments

Comments
 (0)