Skip to content

Commit

Permalink
minor #6071 Fix syntax (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Dec 23, 2015
2 parents e67deaa + eb6ce36 commit afcbc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/assetic/asset_management.rst
Expand Up @@ -11,9 +11,9 @@ Starting from Symfony 2.8, Assetic is no longer included by default in the
Symfony Standard Edition. Before using any of its features, install the
AsseticBundle executing this console command in your project:

.. code-block:: bash
.. code-block:: bash
$ composer require symfony/assetic-bundle
$ composer require symfony/assetic-bundle
Then, enable the bundle in the ``AppKernel.php`` file of your Symfony application::

Expand Down

0 comments on commit afcbc51

Please sign in to comment.