Skip to content

Commit 7bd49b9

Browse files
committed
bug #6915 Fix the error in code example (kruglikov)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6915). Discussion ---------- Fix the error in code example Commits ------- 3f6fce9 Fix the error in code example
2 parents e3dc077 + 3f6fce9 commit 7bd49b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
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)