Skip to content

Commit 6747bc5

Browse files
committed
minor #8528 Minor reword about assets:install (javiereguiluz)
This PR was submitted for the 3.4 branch but it was merged into the 3.3 branch instead (closes #8528). Discussion ---------- Minor reword about assets:install I was trying to fix #7697. There's nothing to change ... but maybe we could do this minor reword to make things a bit more clear. Commits ------- 5b14b46 Minor reword about assets:install
2 parents ce4881c + 5b14b46 commit 6747bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ block of the base template.
881881
You can also include assets located in your bundles' ``Resources/public`` folder.
882882
You will need to run the ``php bin/console assets:install target [--symlink]``
883883
command, which copies (or symlinks) files into the correct location. (target
884-
is by default "web").
884+
is by default the "web/" directory of your application).
885885

886886
.. code-block:: html+twig
887887

0 commit comments

Comments
 (0)