From 554e6d1a4502db8a2f95e576336bc6a1e7decee1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 28 Jun 2015 09:48:48 +0200 Subject: [PATCH] [Cookbook][Assetic] complete a sentence --- cookbook/assetic/php.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/assetic/php.rst b/cookbook/assetic/php.rst index 6133497f498..6a704036ec0 100644 --- a/cookbook/assetic/php.rst +++ b/cookbook/assetic/php.rst @@ -116,7 +116,8 @@ formatter used by the filter to produce the compiled CSS file. Using the compressed formatter will minimize the the resulting file, regardless of whether the original files are regular CSS files or SCSS files. -Next, your Twig template to add the ``{% stylesheets %}`` tag defined by Assetic: +Next, update your Twig template to add the ``{% stylesheets %}`` tag defined +by Assetic: .. code-block:: html+jinja