From d5ee90e590223ecfac414ecbc01ddb89fa6eeeaa Mon Sep 17 00:00:00 2001 From: Krzysztof Lament Date: Sun, 7 Jan 2018 20:44:31 +0100 Subject: [PATCH] Fix typo --- translation/locale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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