From 20b46fe17f785cee164e9cb55f7f1bc7401616fc Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 1 Mar 2013 15:11:21 +0100 Subject: [PATCH 1/2] Fixed broken code block in documentation --- docs/en/cookbook/resolve-target-entity-listener.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/cookbook/resolve-target-entity-listener.rst b/docs/en/cookbook/resolve-target-entity-listener.rst index c3f866532..c77459183 100644 --- a/docs/en/cookbook/resolve-target-entity-listener.rst +++ b/docs/en/cookbook/resolve-target-entity-listener.rst @@ -1,4 +1,4 @@ -Keeping your Modules independent +Keeping your Modules independents ================================= .. versionadded:: 2.2 @@ -112,7 +112,7 @@ An InvoiceSubjectInterface Next, we need to configure the listener. Add this to the area you set up Doctrine. You must set this up in the way outlined below, otherwise you can not be guaranteed that -the targetEntity resolution will occur reliably:: +the targetEntity resolution will occur reliably: .. code-block:: php From 159daa9985edfdecd73d490f79a614baba103de2 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Sat, 2 Mar 2013 18:40:58 +0100 Subject: [PATCH 2/2] Reverted incorrect typo fix -_- --- docs/en/cookbook/resolve-target-entity-listener.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cookbook/resolve-target-entity-listener.rst b/docs/en/cookbook/resolve-target-entity-listener.rst index c77459183..71b746602 100644 --- a/docs/en/cookbook/resolve-target-entity-listener.rst +++ b/docs/en/cookbook/resolve-target-entity-listener.rst @@ -1,4 +1,4 @@ -Keeping your Modules independents +Keeping your Modules independent ================================= .. versionadded:: 2.2