Skip to content

Commit 0fb4839

Browse files
committed
fix: typo at guide:action_mailer_basic
1 parent f511cd3 commit 0fb4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/action_mailer_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Here is a sample HTML template that can be used for the welcome email:
156156
your username is: <%= @user.login %>.<br>
157157
</p>
158158
<p>
159-
To login to the site, just follow this link: <%= link_to 'login`, login_url %>.
159+
To login to the site, just follow this link: <%= link_to 'login', login_url %>.
160160
</p>
161161
<p>Thanks for joining and have a great day!</p>
162162
```

0 commit comments

Comments
 (0)