Skip to content

Commit cbc3e26

Browse files
Merge pull request #4 from ThomasLandauer/ThomasLandauer-patch-4
Fixed typo
2 parents 0875f78 + 526ead0 commit cbc3e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ table, and ``product.category_id`` column, and new foreign key:
10921092
10931093
.. note::
10941094

1095-
This task should only be really used during development. For a more robust
1095+
This command should only be used during development. For a more robust
10961096
method of systematically updating your production database, read about
10971097
`migrations`_.
10981098

@@ -1183,7 +1183,7 @@ You can also query in the other direction::
11831183
// ...
11841184
}
11851185

1186-
In this case, the same things occurs: you first query out for a single ``Category``
1186+
In this case, the same things occur: you first query out for a single ``Category``
11871187
object, and then Doctrine makes a second query to retrieve the related ``Product``
11881188
objects, but only once/if you ask for them (i.e. when you call ``->getProducts()``).
11891189
The ``$products`` variable is an array of all ``Product`` objects that relate

0 commit comments

Comments
 (0)