Skip to content

Commit cd3524c

Browse files
authored
Merge pull request rails#53604 from WongYC-66/fix_typo
[ci skip] Fix: typo at Rail guides - Action Mailer Basic
2 parents f511cd3 + 0fb4839 commit cd3524c

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)