From 369abc5b7c068db3bd15098d0ef85dc1f86e8c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Tue, 2 Jul 2024 13:34:35 +0200 Subject: [PATCH] Fix wording (#2667) --- docs/en/cookbook/resolve-target-document-listener.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cookbook/resolve-target-document-listener.rst b/docs/en/cookbook/resolve-target-document-listener.rst index 9bff06d13..fc108a6df 100644 --- a/docs/en/cookbook/resolve-target-document-listener.rst +++ b/docs/en/cookbook/resolve-target-document-listener.rst @@ -68,7 +68,7 @@ An ``Invoice`` document in the ``InvoiceModule``: public InvoiceSubjectInterface $subject; } -This class has de reference to the ``InvoiceSubjectInterface``. This interface +This class has a reference to an ``InvoiceSubjectInterface``. This interface contains the list of methods that the ``InvoiceModule`` will need to access on the subject so that we are sure that we have access to those methods. This interface is also defined in the ``InvoiceModule``: