Skip to content

Commit afcbc51

Browse files
committed
minor symfony#6071 Fix syntax (WouterJ)
This PR was merged into the 2.8 branch. Discussion ---------- Fix syntax It was rendered in a block quote before this PR. Commits ------- eb6ce36 Fix syntax
2 parents e67deaa + eb6ce36 commit afcbc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cookbook/assetic/asset_management.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Starting from Symfony 2.8, Assetic is no longer included by default in the
1111
Symfony Standard Edition. Before using any of its features, install the
1212
AsseticBundle executing this console command in your project:
1313

14-
.. code-block:: bash
14+
.. code-block:: bash
1515
16-
$ composer require symfony/assetic-bundle
16+
$ composer require symfony/assetic-bundle
1717
1818
Then, enable the bundle in the ``AppKernel.php`` file of your Symfony application::
1919

0 commit comments

Comments
 (0)