Skip to content

Commit 292c201

Browse files
committed
minor #11541 Fix typo ContactController in code example (KobeVervoort)
This PR was merged into the 4.2 branch. Discussion ---------- Fix typo ContactController in code example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b2895b0 Fix typo ContactController in code example
2 parents dca7438 + b2895b0 commit 292c201

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)