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 785af1f commit 7f04f37Copy full SHA for 7f04f37
routing.rst
@@ -1892,7 +1892,7 @@ use the ``generateUrl()`` helper::
1892
1893
While objects are converted to string when used as placeholders, they are not
1894
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::
+ as value of an extra parameter, you need to explicitly convert it to a string::
1896
1897
$this->generateUrl('blog', ['uuid' => (string) $entity->getUuid()]);
1898
0 commit comments