Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6a1e05b

Browse files
Peekmolsmith77
authored andcommitted
[Routing] Fix typo in dynamic.rst
1 parent 263ef2c commit 6a1e05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/routing/dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ This will look as follows:
422422
.. code-block:: html+jinja
423423

424424
{# myRoute is an object of class Symfony\Component\Routing\Route #}
425-
<a href="{{ path(myRoute) }}>Read on</a>
425+
<a href="{{ path(myRoute) }}">Read on</a>
426426

427427
.. code-block:: html+php
428428

0 commit comments

Comments
 (0)