Skip to content

Commit 9ae28e1

Browse files
committed
Merge branch '4.2'
* 4.2: Fix typo ContactController in code example
2 parents 30a6c80 + 292c201 commit 9ae28e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation/locale.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ by the routing system using the special ``_locale`` parameter:
8383
https://symfony.com/schema/routing/routing-1.0.xsd">
8484
8585
<route id="contact" path="/{_locale}/contact">
86-
controller="App\Controller\ContactContorller::index">
86+
controller="App\Controller\ContactController::index">
8787
<requirement key="_locale">en|fr|de</requirement>
8888
</route>
8989
</routes>

0 commit comments

Comments
 (0)