aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2013-03-11 15:41:44 -0700
committerWaynn Lue <WLGades@gmail.com>2013-03-11 15:41:44 -0700
commitdbafd36a2dd5751b6138b180474f81faad6dc46f (patch)
tree51b26b822691cca9c3b3e910411cc101b554553b /actionmailer/README.rdoc
parent402a89903396ea97a0a1fc0e6c67c5dfb047d05b (diff)
downloadrails-dbafd36a2dd5751b6138b180474f81faad6dc46f.tar.gz
rails-dbafd36a2dd5751b6138b180474f81faad6dc46f.tar.bz2
rails-dbafd36a2dd5751b6138b180474f81faad6dc46f.zip
update README since email-service isn't a word
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index 9feb2add5b..7e684afe42 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -1,6 +1,6 @@
= Action Mailer -- Easy email delivery and testing
-Action Mailer is a framework for designing email-service layers. These layers
+Action Mailer is a framework for designing email service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.