Skip to content

Commit 07fbd50

Browse files
authored
Update routing.rst
1 parent bb89f87 commit 07fbd50

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
@@ -2431,7 +2431,7 @@ use the ``generateUrl()`` helper::
24312431

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

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

0 commit comments

Comments
 (0)