Skip to content

Commit 3d6ab44

Browse files
committed
minor #11184 Fix typo in http_kernel_controller_resolver.rst (favianioel)
This PR was merged into the 4.2 branch. Discussion ---------- Fix typo in http_kernel_controller_resolver.rst <!-- 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 ------- 2a8b2fe Fix typo in http_kernel_controller_resolver.rst
2 parents 24947ae + 2a8b2fe commit 3d6ab44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/http_kernel_controller_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Update the route definition accordingly::
2525
$routes->add('leap_year', new Routing\Route('/is_leap_year/{year}', [
2626
'year' => null,
2727
'_controller' => [new LeapYearController(), 'index'],
28-
)));
28+
]));
2929

3030
The move is pretty straightforward and makes a lot of sense as soon as you
3131
create more pages but you might have noticed a non-desirable side-effect...

0 commit comments

Comments
 (0)