Skip to content

Commit 1c7bdd2

Browse files
committed
[#8549] update ordered list syntax
1 parent 7d5e794 commit 1c7bdd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/twig.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ This option defines the directories where Symfony will look for Twig templates
362362
in addition to the default locations. Symfony looks for the templates in the
363363
following order:
364364

365-
1. The directories defined in this option;
366-
2. The ``Resources/views/`` directories of the bundles used in the application;
367-
3. The ``src/Resources/views/`` directory of the application;
368-
4. The directory defined in the ``default_path`` option.
365+
#. The directories defined in this option;
366+
#. The ``Resources/views/`` directories of the bundles used in the application;
367+
#. The ``src/Resources/views/`` directory of the application;
368+
#. The directory defined in the ``default_path`` option.
369369

370370
The values of the ``paths`` option are defined as ``key: value`` pairs where the
371371
``value`` part can be ``null``. For example:

0 commit comments

Comments
 (0)