Skip to content

Commit a8aba6a

Browse files
committed
Minor reword
1 parent e8bb182 commit a8aba6a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

best_practices/controllers.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,9 @@ this suffix is neither required nor recommended, so you can safely remove it.
4747
Routing Configuration
4848
---------------------
4949

50-
To load routes defined as annotations in your controllers, run the following command:
51-
52-
.. code-block:: terminal
53-
54-
$ composer require doctrine/annotations
55-
56-
Thanks to the :doc:`Flex recipe</setup/flex>`, a ``config/routes/annotations.yaml`` file will be created:
50+
To load routes defined as annotations in your controllers, run
51+
``composer require doctrine/annotations``. Thanks to the :ref:`Flex recipe <symfony-flex>`,
52+
a ``config/routes/annotations.yaml`` file will be created:
5753

5854
.. code-block:: yaml
5955

0 commit comments

Comments
 (0)