Skip to content

Commit 3f6fce9

Browse files
kruglikovwouterj
authored andcommitted
Fix the error in code example
1 parent e3dc077 commit 3f6fce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ key:
244244
$container->setParameter('locale', 'en');
245245
246246
$container->loadFromExtension('framework', array(
247-
'default_locale' => '%en%',
247+
'default_locale' => '%locale%',
248248
// ...
249249
));
250250

0 commit comments

Comments
 (0)