Skip to content

Commit 7518cc8

Browse files
committed
minor #5538 Update email.rst (TisLars)
This PR was merged into the 2.7 branch. Discussion ---------- Update email.rst Fixed unfinished comment block - typo Commits ------- 421924b Update email.rst
2 parents 4500f1c + 421924b commit 7518cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/email/email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ template might look something like this:
130130
{# app/Resources/views/Emails/registration.html.twig #}
131131
<h3>You did it! You registered!</h3>
132132

133-
{# example, assuming you have a route named "login" $}
133+
{# example, assuming you have a route named "login" #}
134134
To login, go to: <a href="{{ url('login') }}">...</a>.
135135

136136
Thanks!

0 commit comments

Comments
 (0)