Skip to content

Commit 445ab30

Browse files
committed
Fixed typo
1 parent 98a4ccb commit 445ab30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/routing/redirect_in_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your configuration will look like this:
2323
path: /
2424
defaults:
2525
_controller: FrameworkBundle:Redirect:urlRedirect
26-
path: /app
26+
route: /app
2727
permanent: true
2828
2929
In this example, you configure a route for the ``/`` path and let :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController`

0 commit comments

Comments
 (0)