Skip to content

Commit 21aba6b

Browse files
committed
minor #7290 Fixed a syntax issue in Doctrine article (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed a syntax issue in Doctrine article This fixes 27aa549 Commits ------- 8e361ff Fixed a syntax issue in Doctrine article
2 parents 630da14 + 8e361ff commit 21aba6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ see the :ref:`doctrine-field-types` section.
385385
.. tip::
386386

387387
After creating your entities you should validate the mappings with the
388-
following command::
388+
following command:
389389

390390
.. code-block:: terminal
391391

0 commit comments

Comments
 (0)