aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-11-06 08:37:46 +0100
committerYves Senn <yves.senn@gmail.com>2014-11-06 08:37:46 +0100
commit9c195344a83c406f29738dc5ff78b322f48132c7 (patch)
tree6fc48c4425151ce80fdb029813443b602f51a677
parent2681769262706fcd7193af182209bcd6aa1991ef (diff)
parentcc663f8f6c658c43898ed561b9533f885c73622e (diff)
downloadrails-9c195344a83c406f29738dc5ff78b322f48132c7.tar.gz
rails-9c195344a83c406f29738dc5ff78b322f48132c7.tar.bz2
rails-9c195344a83c406f29738dc5ff78b322f48132c7.zip
Merge pull request #17529 from slothbear/patch-1
Remove redundancy [ci skip]
-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