From 0facbe50f4ea0f77b3b56e1ca4ee6be2910b42f0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 19 Oct 2017 09:24:03 +0200 Subject: [PATCH] Minor reword about assets:install --- templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templating.rst b/templating.rst index 07a3271f657..662fe70c079 100644 --- a/templating.rst +++ b/templating.rst @@ -881,7 +881,7 @@ block of the base template. You can also include assets located in your bundles' ``Resources/public`` folder. You will need to run the ``php bin/console assets:install target [--symlink]`` command, which copies (or symlinks) files into the correct location. (target -is by default "web"). +is by default the "web/" directory of your application). .. code-block:: html+twig