Skip to content

Commit 50ade23

Browse files
committed
Minor tweak
1 parent fecc040 commit 50ade23

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

frontend.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ Front-end Tools: Handling CSS & JavaScript
22
==========================================
33

44
Symfony gives you the flexibility to choose any front-end tools you want. There
5-
are generally two approaches: :ref:`building your HTML with PHP & Twig <frontend-twig-php>`
6-
or :ref:`building your frontend with a JavaScript framework <frontend-js>` like React.
5+
are generally two approaches:
6+
7+
#. :ref:`building your HTML with PHP & Twig <frontend-twig-php>`;
8+
#. :ref:`building your frontend with a JavaScript framework <frontend-js>` like React.
9+
710
Both work great - and are discussed below.
811

912
.. _frontend-twig-php:

0 commit comments

Comments
 (0)