Skip to content

Commit ccc8dcd

Browse files
committed
minor #15444 [Routing] Fix typo (praftr)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Routing] Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `5.x` for features of unreleased versions). --> Commits ------- 7f04f37 Update routing.rst
2 parents 785af1f + 7f04f37 commit ccc8dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ use the ``generateUrl()`` helper::
18921892

18931893
While objects are converted to string when used as placeholders, they are not
18941894
converted when used as extra parameters. So, if you're passing an object (e.g. an Uuid)
1895-
as value of an extra parameter, you need to explictly convert it to a string::
1895+
as value of an extra parameter, you need to explicitly convert it to a string::
18961896

18971897
$this->generateUrl('blog', ['uuid' => (string) $entity->getUuid()]);
18981898

0 commit comments

Comments
 (0)