Skip to content

Commit 2a8b2fe

Browse files
authored
Fix typo in http_kernel_controller_resolver.rst
1 parent 24947ae commit 2a8b2fe

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)