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

Commit 1b080c9

Browse files
Peekmolsmith77
authored andcommitted
[Routing] Fix typo in dynamic.rst
1 parent 7c854dc commit 1b080c9

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
@@ -383,7 +383,7 @@ This will look as follows:
383383
.. code-block:: html+jinja
384384

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

388388
.. code-block:: html+php
389389

0 commit comments

Comments
 (0)