Skip to content

Commit 10116b2

Browse files
committed
Remove references to "standard edition" or "distributions"
1 parent 1e3c570 commit 10116b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/configuration/twig.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ charset
228228

229229
**type**: ``string`` **default**: ``'%kernel.charset%'``
230230

231-
The charset used by the template files. In the Symfony Standard edition this
232-
defaults to the ``UTF-8`` charset.
231+
The charset used by the template files. By default it's the same as the value of
232+
the ``kernel.charset`` container parameter, which is ``UTF-8`` by default in
233+
Symfony applications.
233234

234235
date
235236
~~~~

0 commit comments

Comments
 (0)