aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-09-02 19:32:45 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-09-02 19:32:45 +0000
commit20bd4bd3e2bff716acdf48bba1b97a1afdcd088d (patch)
tree8b2432b15350437dc5e9c42e83bd6fbbd97a7b4a /actionmailer/README
parentbf2bddd29fca60754d6aba60b55d109f5b78fb48 (diff)
downloadrails-20bd4bd3e2bff716acdf48bba1b97a1afdcd088d.tar.gz
rails-20bd4bd3e2bff716acdf48bba1b97a1afdcd088d.tar.bz2
rails-20bd4bd3e2bff716acdf48bba1b97a1afdcd088d.zip
Updated docs and otherwise
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/README')
-rwxr-xr-xactionmailer/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README b/actionmailer/README
index 8c85e1aeb7..4a1e79ac9f 100755
--- a/actionmailer/README
+++ b/actionmailer/README
@@ -1,7 +1,7 @@
= Action Mailer -- Easy email delivery and testing
Action Mailer is a framework for designing email-service layers. These layers
-are used to consolidate code for sending out forgotten passwords, welcoming
+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.