Skip to content

Commit

Permalink
Fix wording (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Jul 2, 2024
1 parent e9f8083 commit 369abc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/cookbook/resolve-target-document-listener.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``:
Expand Down

0 comments on commit 369abc5

Please sign in to comment.