Skip to content

Commit ba169f0

Browse files
committed
Merge pull request symfony#1821 from WouterJ/patch-7
[Cookbook/configuration] Changed warning box to caution
2 parents 54b2c85 + 7fc2857 commit ba169f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ in the ``AppKernel`` class of you application::
4646
is the current environment (i.e. ``dev``). In this case we have changed
4747
the location of the cache directory to ``app/{environment}/cache``.
4848

49-
.. warning::
49+
.. caution::
5050

5151
You should keep the ``cache`` directory different for each environment,
5252
otherwise some unexpected behaviour may happen. Each environment generates

0 commit comments

Comments
 (0)