Skip to content

Commit ef7b670

Browse files
committed
Minor tweak
1 parent ad0253c commit ef7b670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ An added bonus of defining the enabled locales is that they are automatically
432432
added as a requirement of the :ref:`special _locale parameter <routing-locale-parameter>`.
433433
For example, if you define this value as ``['ar', 'he', 'ja', 'zh']``, the
434434
``_locale`` routing parameter will have an ``ar|he|ja|zh`` requirement. If some
435-
user makes requests with a locale not included in this option, they'll see an error.
435+
user makes requests with a locale not included in this option, they'll see a 404 error.
436436

437437
set_content_language_from_locale
438438
................................

0 commit comments

Comments
 (0)