8000 Fix a configuration block in the Doctrine Associations page · weaverryan/symfony-docs@c2de27c · GitHub
[go: up one dir, main page]

Skip to content

Commit c2de27c

Browse files
Calinouweaverryan
authored andcommitted
Fix a configuration block in the Doctrine Associations page
1 parent 99cfa29 commit c2de27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/associations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ This ``ManyToOne`` mapping is required. It tells Doctrine to use the ``category_
200200
column on the ``product`` table to relate each record in that table with
201201
a record in the ``category`` table.
202202

203-
Next, since a *one* ``Category`` object will relate to *many* ``Product`` objects,
203+
Next, since *one* ``Category`` object will relate to *many* ``Product`` objects,
204204
the ``make:entity`` command *also* added a ``products`` property to the ``Category``
205-
class that will hold these objects::
205+
class that will hold these objects:
206206

207207
.. configuration-block::
208208

0 commit comments

Comments
 (0)
0