Skip to content

Commit 8cea03f

Browse files
committed
minor #8878 Typo fix (fb-erik)
This PR was merged into the 4.0 branch. Discussion ---------- Typo fix Commits ------- 67d53a5 Spelling
2 parents c010291 + 67d53a5 commit 8cea03f

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
@@ -86,7 +86,7 @@ by the routing system using the special ``_locale`` parameter:
8686
// config/routes.php
8787
use Symfony\Component\Routing\RouteCollection;
8888
use Symfony\Component\Routing\Route;
89-
use App\Controller\ContactContorller;
89+
use App\Controller\ContactController;
9090
9191
$collection = new RouteCollection();
9292
$collection->add('contact', new Route(

0 commit comments

Comments
 (0)