Skip to content

Commit 56b6d30

Browse files
committed
Tweaks
1 parent cda471d commit 56b6d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Just like in your real application - autoloading is automatically enabled
104104
via 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

0 commit comments

Comments
 (0)