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 4500f1c commit 421924bCopy full SHA for 421924b
cookbook/email/email.rst
@@ -130,7 +130,7 @@ template might look something like this:
130
{# app/Resources/views/Emails/registration.html.twig #}
131
<h3>You did it! You registered!</h3>
132
133
- {# example, assuming you have a route named "login" $}
+ {# example, assuming you have a route named "login" #}
134
To login, go to: <a href="{{ url('login') }}">...</a>.
135
136
Thanks!
0 commit comments