Skip to content

Commit e712cf9

Browse files
committed
minor #17808 [Configuration] fixed list markup (grn-it)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Configuration] fixed list markup A broken list was displayed: ![image](https://user-images.githubusercontent.com/12293205/214577381-2260712a-9f76-4cc6-9d32-fc3abfbbfc8b.png) https://symfony.com/doc/current/configuration.html Commits ------- 13296be [Configuration] fixed list markup
2 parents a9cce3c + 13296be commit e712cf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configuration.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ directory, which has this default structure:
2020
│ └─ services.yaml
2121
2222
* The ``routes.yaml`` file defines the :doc:`routing configuration </routing>`;
23-
* The ``services.yaml`` file configures the services of the
24-
:doc:`service container </service_container>`;
23+
* The ``services.yaml`` file configures the services of the :doc:`service container </service_container>`;
2524
* The ``bundles.php`` file enables/disables packages in your application;
2625
* The ``config/packages/`` directory stores the configuration of every package
2726
installed in your application.

0 commit comments

Comments
 (0)