8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89f87 commit 07fbd50Copy full SHA for 07fbd50
routing.rst
@@ -2431,7 +2431,7 @@ use the ``generateUrl()`` helper::
2431
2432
While objects are converted to string when used as placeholders, they are not
2433
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::
+ as value of an extra parameter, you need to explicitly convert it to a string::
2435
2436
$this->generateUrl('blog', ['uuid' => (string) $entity->getUuid()]);
2437
0 commit comments