Skip to content

Commit 07087dd

Browse files
committed
Avoid the ugly double back slashes
1 parent 85e6a54 commit 07087dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/frontend/assetic_php.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ First, configure a new ``scssphp`` Assetic filter as follows:
8484
assetic:
8585
filters:
8686
scssphp:
87-
formatter: "Leafo\\ScssPhp\\Formatter\\Compressed"
87+
formatter: 'Leafo\ScssPhp\Formatter\Compressed'
8888
# ...
8989
9090
.. code-block:: xml

0 commit comments

Comments
 (0)