8000 Fix syntax · symfony/symfony-docs@eb6ce36 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb6ce36

Browse files
committed
Fix syntax
1 parent e67deaa commit eb6ce36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/assetic/asset_management.rst

Lines changed: 2 additions & 2 deletions
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)
0