8000 Minor tweaks · xelaris/symfony-docs@510662d · GitHub
[go: up one dir, main page]

Skip to content

Commit 510662d

Browse files
committed
Minor tweaks
1 parent 32d0759 commit 510662d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,8 +1628,8 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
16281628
keepRequestMethod: true
16291629
# add this to remove all original route attributes when redirecting
16301630
ignoreAttributes: true
1631-
# or specify which attributes to ignore
1632-
# ignoreAttributes: [ offset, limit ]
1631+
# or specify which attributes to ignore:
1632+
# ignoreAttributes: ['offset', 'limit']
16331633
16341634
legacy_doc:
16351635
path: /legacy/doc

0 commit comments

Comments
 (0)
0