Skip to content

Commit ef35636

Browse files
authored
Fix translator cache_dir default value reference
According to https://github.com/symfony/symfony/blob/5.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L831 is the default value without a `/` at the end.
1 parent d0ca89f commit ef35636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ translator
25082508
cache_dir
25092509
.........
25102510

2511-
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations/``
2511+
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations``
25122512

25132513
Defines the directory where the translation cache is stored. Use ``null`` to
25142514
disable this cache.

0 commit comments

Comments
 (0)