Skip to content

Commit 333a7b4

Browse files
committed
minor #8998 [Translation] Fix typo in How to Work with the User's Locale (Tykzz)
This PR was merged into the 4.0 branch. Discussion ---------- [Translation] Fix typo in How to Work with the User's Locale Commits ------- d5ee90e Fix typo
2 parents 43ac526 + d5ee90e commit 333a7b4

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
@@ -69,7 +69,7 @@ by the routing system using the special ``_locale`` parameter:
6969
# config/routes.yaml
7070
contact:
7171
path: /{_locale}/contact
72-
controller: App\Controller\ContactContorller::index
72+
controller: App\Controller\ContactController::index
7373
requirements:
7474
_locale: en|fr|de
7575

0 commit comments

Comments
 (0)