Skip to content

Commit 7f04f37

Browse files
praftrwouterj
authored andcommitted
Update routing.rst
1 parent 785af1f commit 7f04f37

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)