diff --git a/src/reference/docbook/beans.xml b/src/reference/docbook/beans.xml
index f375298d507..356c5e08c59 100644
--- a/src/reference/docbook/beans.xml
+++ b/src/reference/docbook/beans.xml
@@ -356,7 +356,7 @@ The footnote should x-ref to first section in that chapter but I can't find the
The ApplicationContext is the
interface for an advanced factory capable of maintaining a registry of
different beans and their dependencies. Using the method T
- getBean(Stringname, Class<T> requiredType) you can
+ getBean(String name, Class<T> requiredType) you can
retrieve instances of your beans.
The ApplicationContext enables you to