Skip to content

Commit 4ac8ca6

Browse files
author
Arthur Hazebroucq
authored
Fixed Flex doc (ordered list break)
A typo was breaking the ordered list in the *Upgrading Existing Applications to Flex*.
1 parent 604e4b7 commit 4ac8ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/flex.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ manual steps:
234234
#. Move the public assets, such as images or compiled CSS/JS files, from
235235
``src/AppBundle/Resources/public/`` to ``public/`` (e.g. ``public/images/``).
236236

237-
Move the source of the assets (e.g. the SCSS files) to ``assets/`` and use
238-
:doc:`Webpack Encore </frontend>` to manage and compile them.
237+
#. Move the source of the assets (e.g. the SCSS files) to ``assets/`` and use
238+
:doc:`Webpack Encore </frontend>` to manage and compile them.
239239

240240
#. Create the new ``public/index.php`` front controller
241241
`copying Symfony's index.php source`_ and, if you made any customization in

0 commit comments

Comments
 (0)