Skip to content

Commit ba43943

Browse files
committed
minor #8973 Fixed Flex doc (typo breaks ordered list) (ahazebroucq)
This PR was merged into the 4.0 branch. Discussion ---------- Fixed Flex doc (typo breaks ordered list) A typo was breaking the ordered list in the *Upgrading Existing Applications to Flex* part. (I'm new to PR workflow, OSS, and even to whatever Markdown flavor this doc is using, but it's likely just a typo, I hope I'm doing things right !) Commits ------- 4ac8ca6 Fixed Flex doc (ordered list break)
2 parents 604e4b7 + 4ac8ca6 commit ba43943

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)