File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ with any PHP model::
550550 ]);
551551 }
552552
553- Using doctrine to edit an existing product consists of three steps:
553+ Using Doctrine to edit an existing product consists of three steps:
554554
555555#. fetching the object from Doctrine;
556556#. modifying the object;
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Just like in your real application - autoloading is automatically enabled
104104via the ``vendor/autoload.php `` file (as configured by default in the
105105``phpunit.xml.dist `` file).
106106
107- You can also limit a test run to a directory or only a specific test file:
107+ You can also limit a test run to a directory or a specific test file:
108108
109109.. code-block :: terminal
110110
You can’t perform that action at this time.
0 commit comments