aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorFiona Tay <me@fionatay.com>2013-04-21 01:05:29 -0700
committerFiona Tay <me@fionatay.com>2013-04-21 01:05:29 -0700
commit1c204fcdade7c40d35aee5d4c540c859614fc842 (patch)
tree790df80bc2f57fcd12cc216993c163476987c3e2 /guides
parent8a70b2dbbb4b65e14948b39e91cf0d341d4679de (diff)
downloadrails-1c204fcdade7c40d35aee5d4c540c859614fc842.tar.gz
rails-1c204fcdade7c40d35aee5d4c540c859614fc842.tar.bz2
rails-1c204fcdade7c40d35aee5d4c540c859614fc842.zip
Make guide description more concise
Diffstat (limited to 'guides')
-rw-r--r--guides/source/action_mailer_basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md
index ec7b8d4e17..c351339117 100644
--- a/guides/source/action_mailer_basics.md
+++ b/guides/source/action_mailer_basics.md
@@ -1,7 +1,7 @@
Action Mailer Basics
====================
-This guide should provide you with all you need to get started in sending and
+This guide provides you with all you need to get started in sending and
receiving emails from and to your application, and many internals of Action
Mailer. It also covers how to test your mailers.