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::