From 72643a7b2039685c9d11f84a52aa6763a486f480 Mon Sep 17 00:00:00 2001 From: beachespecially Date: Tue, 18 Dec 2018 11:15:30 +0100 Subject: [PATCH] Update associations.rst Fixes typo. --- doctrine/associations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/associations.rst b/doctrine/associations.rst index 7d36e662126..24bad95a950 100644 --- a/doctrine/associations.rst +++ b/doctrine/associations.rst @@ -136,7 +136,7 @@ not sure of the answer, don't worry! You can always change the settings later: > (press enter again to finish) -This made changes to *two* changes. First, added a new ``category`` property to +This made changes to *two* entities. First, it added a new ``category`` property to the ``Product`` entity (and getter & setter methods): .. configuration-block::