10000 Fix typo · symfony/symfony-docs@6b3dda5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b3dda5

Browse files
marksparejaviereguiluz
authored andcommitted
Fix typo
1 parent fb5c50f commit 6b3dda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ routes with UTF-8 characters:
450450
array(
451451
'utf8' => true,
452452
)
453-
);
453+
));
454454
455455
// ...
456456
@@ -533,7 +533,7 @@ You can also include UTF-8 strings as routing requirements:
533533
array(
534534
'utf8' => true,
535535
)
536-
);
536+
));
537537
538538
// ...
539539

0 commit comments

Comments
 (0)
0