We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30a6c80 + 292c201 commit 9ae28e1Copy full SHA for 9ae28e1
translation/locale.rst
@@ -83,7 +83,7 @@ by the routing system using the special ``_locale`` parameter:
83
https://symfony.com/schema/routing/routing-1.0.xsd">
84
85
<route id="contact" path="/{_locale}/contact">
86
- controller="App\Controller\ContactContorller::index">
+ controller="App\Controller\ContactController::index">
87
<requirement key="_locale">en|fr|de</requirement>
88
</route>
89
</routes>
0 commit comments