aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_1_release_notes.md
diff options
context:
space:
mode:
authorPaul Morganthall <pcm@morganthall.com>2014-11-06 00:48:16 -0500
committerPaul Morganthall <pcm@morganthall.com>2014-11-06 00:48:16 -0500
commitcc663f8f6c658c43898ed561b9533f885c73622e (patch)
tree47dd9731ff00978b96f036a290db04e050418cfa /guides/source/4_1_release_notes.md
parent8c2c1bccccb3ea1f22503a184429d94193a1d9aa (diff)
downloadrails-cc663f8f6c658c43898ed561b9533f885c73622e.tar.gz
rails-cc663f8f6c658c43898ed561b9533f885c73622e.tar.bz2
rails-cc663f8f6c658c43898ed561b9533f885c73622e.zip
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
Diffstat (limited to 'guides/source/4_1_release_notes.md')
-rw-r--r--guides/source/4_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 52a5acb75e..c7877a9cb5 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -136,7 +136,7 @@ end
### 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.
You implement a preview class whose methods return the mail object you'd like