diff --git a/docs/src/reference/docbook/xmpp.xml b/docs/src/reference/docbook/xmpp.xml index c17bab7669..9651845bce 100644 --- a/docs/src/reference/docbook/xmpp.xml +++ b/docs/src/reference/docbook/xmpp.xml @@ -197,11 +197,9 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/xmpp - - If you are relying on default naming convention for XMPP Connection bean (described earlier) and you only have one - XMPP Connection bean configured in your Application Context, you may omit the xmpp-connection attribute and - rely on the default naming convention. The bean with the name xmppConnection will be located and - injected into the adapters. + If you are relying on the default naming convention for an XMPP Connection bean (described earlier), and you have only one + XMPP Connection bean configured in your Application Context, you may omit the xmpp-connection attribute. + In that case, the bean with the name xmppConnection will be located and injected into the adapter.