From d5dd21dd794e1e5e3df899a84f7ded7b3208980a Mon Sep 17 00:00:00 2001 From: jkavalik Date: Tue, 24 Jun 2014 08:00:45 +0200 Subject: [PATCH] Fix typo in documentation --- 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 21c726bc3..161c26fa8 100644 --- a/docs/en/cookbook/resolve-target-entity-listener.rst +++ b/docs/en/cookbook/resolve-target-entity-listener.rst @@ -3,7 +3,7 @@ Keeping your Modules independent .. versionadded:: 2.2 -One of the goals of using modules is to create discreet units of functionality +One of the goals of using modules is to create discrete units of functionality that do not have many (if any) dependencies, allowing you to use that functionality in other applications without including unnecessary items.