diff --git a/docs/src/reference/docbook/twitter.xml b/docs/src/reference/docbook/twitter.xml
index d9d3692af7..db08bc93e9 100644
--- a/docs/src/reference/docbook/twitter.xml
+++ b/docs/src/reference/docbook/twitter.xml
@@ -150,8 +150,8 @@ twitter.oauth.accessTokenSecret=AbRxUAvyNCtqQtxFK8w5ZMtMj20KFhB6o]]>PropertiesPersistingMetadataStore (which is backed by a properties file, and a persister
strategy), or you may create your own custom implementation of the MetadataStore interface (e.g., JdbcMetadatStore)
- and configure it as bean within the Application Context.
-
+ and configure it as bean named 'metadataStore' within the Application Context.
+
]]>
The Poller that is configured as part of any Inbound Twitter Adapter (see below) will simply poll from this MetadataStore to determine the latest tweet
received.