Skip to content

Commit 86f3ad5

Browse files
committed
minor #18702 [Config] Typo in cache dir env var explanation (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [Config] Typo in cache dir env var explanation I'm not 100% sure that it is a typo, maybe it's correct english. But it felt weird when I came across this one 😄 Commits ------- e4a3b1c Typo in cache dir env var explanation
2 parents 082fd04 + e4a3b1c commit 86f3ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/override_dir_structure.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Console script::
6767
Web front-controller::
6868

6969
// public/index.php
70-
70+
7171
// ...
7272
$_SERVER['APP_RUNTIME_OPTIONS']['dotenv_path'] = 'another/custom/path/to/.env';
7373

@@ -109,8 +109,8 @@ In this code, ``$this->environment`` is the current environment (i.e. ``dev``).
109109
In this case you have changed the location of the cache directory to
110110
``var/{environment}/cache/``.
111111

112-
You can also change the cache directory defining an environment variable named
113-
``APP_CACHE_DIR`` whose value is the full path of the cache folder.
112+
You can also change the cache directory by defining an environment variable
113+
named ``APP_CACHE_DIR`` whose value is the full path of the cache folder.
114114

115115
.. caution::
116116

0 commit comments

Comments
 (0)