mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove redundancy
I love this guide! and "visually see" is redundant. remove "visually", then the sentence reads: > Action Mailer previews provide a way to see how emails look
This commit is contained in:
parent
8c2c1bcccc
commit
cc663f8f6c
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ end
|
||||||
|
|
||||||
### Action Mailer Previews
|
### Action Mailer Previews
|
||||||
|
|
||||||
Action Mailer previews provide a way to visually see how emails look by visiting
|
Action Mailer previews provide a way to see how emails look by visiting
|
||||||
a special URL that renders them.
|
a special URL that renders them.
|
||||||
|
|
||||||
You implement a preview class whose methods return the mail object you'd like
|
You implement a preview class whose methods return the mail object you'd like
|
||||||
|
|
Loading…
Reference in a new issue