From bcba4f456240c9047e8861a48ca0403ebd723a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20J=C4=99drzejewski?= Date: Wed, 2 Mar 2016 18:02:56 +0100 Subject: [PATCH] Remove "paamayim nekudotayim" breaking configuration blocks in DI autowiring docs --- components/dependency_injection/autowiring.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dependency_injection/autowiring.rst b/components/dependency_injection/autowiring.rst index b2707a33411..77c531a9ce5 100644 --- a/components/dependency_injection/autowiring.rst +++ b/components/dependency_injection/autowiring.rst @@ -191,7 +191,7 @@ And update ``TwitterClient`` to depend of this new interface:: } Finally the service definition must be updated because, obviously, the autowiring -subsystem isn't able to find itself the interface implementation to register:: +subsystem isn't able to find itself the interface implementation to register: .. configuration-block:: @@ -314,7 +314,7 @@ transformer:: } The last step is to update service definitions to register this new implementation -and a Twitter client using it:: +and a Twitter client using it: .. configuration-block::