diff --git a/translation/locale.rst b/translation/locale.rst index 283b0776b1b..252b256e757 100644 --- a/translation/locale.rst +++ b/translation/locale.rst @@ -69,7 +69,7 @@ by the routing system using the special ``_locale`` parameter: # config/routes.yaml contact: path: /{_locale}/contact - controller: App\Controller\ContactContorller::index + controller: App\Controller\ContactController::index requirements: _locale: en|fr|de